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

From ZCubes Wiki
Jump to navigation Jump to search
 1exception_01 : exception_01.o \
 2               Thrower.o \
 3
 4	g++ exception_01.o \
 5            Thrower.o \
 6         -o exception_01
 7
 8exception_01.o : exception_01.cpp \
 9                 Thrower.h
10
11	g++ -c exception_01.cpp
12
13Thrower.o : Thrower.cpp \
14            Thrower.h
15
16	g++ -c Thrower.cpp