Open main menu
Home
Random
Log in
Settings
About ZCubes Wiki
Disclaimers
ZCubes Wiki
Search
Yurttas/PL/OOL/Cplusplus/F/01/02/vector/00/make.v 02
Language
Watch
Edit
Revision as of 20:51, 6 November 2013 by
MassBot1
(
talk
|
contribs
)
(Created page with "<syntaxhighlight lang="make" line start="1" enclose="div">v_02 : v_02.o g++ v_02.o -o v_02 v_02.o : v_02.cpp g++ -c v_02.cpp </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
1
v_02
:
v_
02.
o
2
3
g++ v_02.o -o v_02
4
5
v_02.o
:
v_
02.
cpp
6
7
g++ -c v_02.cpp