Yurttas/PL/OOL/Cplusplus/F/07/01/03/00/make.dq 00

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