Yurttas/PL/OOL/CS/F/02/05/10/00/04/make.b 00

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