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

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