.PHONY: all drawConfig test

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

rmtemp: 
	@rm  -f temp*.f

