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

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