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

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