
install: clean

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

	-rm -f *.mat



