.PHONY:  clean

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



