Yurttas/PL/OOL/Cplusplus/F/02/04/03/14/make.b 03

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