Yurttas/PL/OOL/Cplusplus/F/01/02/algorithm/make.f 11

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