
koch:	koch.o povray.o turtle3d.o Matrix3D.o Vector3D.o
	c++ koch.o povray.o turtle3d.o Matrix3D.o Vector3D.o -o koch

.cpp.o:
	c++ -c $< -o $@

