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

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