Yurttas/PL/OOL/Cplusplus/F/01/02/vector/00/make.v 05

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