Yurttas/PL/OOL/Cplusplus/F/02/04/03/14/make.b 02

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