all:


.PHONY: clean
clean:
	@rm -rf .bin 
	@rm -f *.ufsl *.fsl *.fas *.x86f *.sparcf *.fasl* *.lib
	@rm -f *~ *.bak *.orig *.err \#*\# .#*

