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

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_00 : math_00.o gcc math_00.o -o math_00 -lm math_00.o : math_00.c gcc -c math_00.c </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
1math_00 : math_00.o
2
3	gcc math_00.o -o math_00 -lm
4
5math_00.o : math_00.c
6
7	gcc -c math_00.c