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

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