Yurttas/PL/OOL/Cplusplus/F/02/06/00/make.e 08

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