Yurttas/PL/OOL/Cplusplus/F/02/06/05/make.exception 00
Jump to navigation
Jump to search
1exception_00 : exception_00.o \
2 Exception.o
3
4 g++ exception_00.o \
5 Exception.o \
6 -o exception_00
7
8exception_00.o : exception_00.cpp \
9 Exception.h
10
11 g++ -c exception_00.cpp
12
13Exception.o : Exception.cpp \
14 Exception.h
15
16 g++ -c Exception.cpp