Yurttas/PL/OOL/Cplusplus/F/02/06/01/00/make.a 00

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