Yurttas/PL/IL/C/F-mar11/01/03/00/make.math 01

From ZCubes Wiki
Revision as of 10:35, 5 November 2013 by MassBot1 (talk | contribs) (Created page with "<syntaxhighlight lang="make" line start="1" enclose="div">math_01 : math_01.o gcc math_01.o -o math_01 -lm math_01.o : math_01.c gcc -c math_01.c </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
1math_01 : math_01.o
2
3	gcc math_01.o -o math_01 -lm
4
5math_01.o : math_01.c
6
7	gcc -c math_01.c