.PHONY:  clean

clean:
	@rm -f *.o core  *~  temp*.f	a.out	\#?*\#
veryclean:
	@rm -f *.o core  *~  temp*.f	*.out	\#?*\#



