# Quiet compilation
Q=@

test:
	povray test.pov +Oimg001.png Display=false +W800 +H600 +Q9 +A0.3 +R5

clean:
	$(Q)rm -f *~ img*.png test.avi q3d.pov
