
install: clean

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



