.PHONY: all

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

