Yurttas/PL/OOL/Cplusplus/F/07/04/00/make.iter 01

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