Open main menu
Home
Random
Log in
Settings
About ZCubes Wiki
Disclaimers
ZCubes Wiki
Search
Yurttas/PL/OOL/Cplusplus/F/07/01/01/00/make.a 01
Language
Watch
Edit
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)
1
a_01
:
a_
01.
o
2
3
g++ a_01.o -o a_01
4
5
a_01.o
:
a_
01.
cpp
6
7
g++ -c a_01.cpp