filename = shield.pov

all: ${filename}
	povray -V ${filename} +W800 +H600 +a0.3

clean:
	rm *.png

.PHONY: all clean
