clean:
	@rm -f *.o core  *~  temp*.f

veryclean:
	@rm -f *.o core  *~  temp*.f temp*.f90

rmtemp: 
	@rm  -f temp*.f

