
install: clean

clean:
	-rm -f *.prt
	-rm -f *.ray
	-rm -f *.shd
	-rm -f *.mat


