hilbert.png: hilbert hilbert.pov
	povray hilbert.pov 2> /dev/null
	eog hilbert.png

hilbert: hilbert.o turtle3d.o Matrix3D.o Vector3D.o hilbert.o povray.o
	c++ hilbert.o povray.o turtle3d.o Matrix3D.o Vector3D.o -o hilbert
	./hilbert 1

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

