Yurttas/PL/OOL/Cplusplus/F/02/06/04/00/make.exception 01

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