Yurttas/PL/OOL/Cplusplus/F/02/06/00/make.e 08

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