Yurttas/PL/OOL/Cplusplus/F/02/04/03/00/01/make.count 11

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