Difference between revisions of "Yurttas/PL/OOL/Cplusplus/F/06/02/01/00/make.io gs 00"
Jump to navigation
Jump to search
(Created page with "<syntaxhighlight lang="make" line start="1" enclose="div">io_gs_00 : io_gs_00.o g++ io_gs_00.o \ -o io_gs_00 io_gs_00.o : io_gs_00.cpp g++ -c io_gs_00.cpp </synt...") |
(No difference)
|
Latest revision as of 22:52, 6 November 2013
1io_gs_00 : io_gs_00.o
2
3 g++ io_gs_00.o \
4 -o io_gs_00
5
6io_gs_00.o : io_gs_00.cpp
7
8 g++ -c io_gs_00.cpp