
install: clean

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


