filename = test.pov

all: ${filename}
	povray +V +C -D +X1 ${filename} ${OPTS} +W1024 +H768 +a0.3

clean:
	rm *.png *.jpg
