Yurttas/PL/OOL/Cplusplus/F/07/05/00/make.f 10

1f_10 : f_10.o
2
3	g++ f_10.o -o f_10
4
5f_10.o : f_10.cpp
6
7	g++ -c f_10.cpp