.PHONY: all


all: 
	make -f epXCOM.mk
clean:
	@rm -f *.o core  *~  
veryclean:
	@rm -f *.o core  *~  temp*.f 
rmtemp: 
	@rm  -f temp*.f

