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

1exception_04 : exception_04.o
2
3	g++ exception_04.o \
4         -o exception_04
5
6exception_04.o : exception_04.cpp
7
8	g++ -c exception_04.cpp