Yurttas/PL/OOL/Cplusplus/F/07/01/01/00/make.a 01

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