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

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_05 : e_05.o g++ e_05.o \ -o e_05 e_05.o : e_05.cpp g++ -c e_05.cpp </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
1e_05 : e_05.o
2
3	g++ e_05.o \
4         -o e_05
5
6e_05.o : e_05.cpp
7
8	g++ -c e_05.cpp