include $(COSMOSTOP)/site.config
all:
	make -f testnela.mk
clean:
	@rm -f *.o core *~
veryclean:
	@rm -f *.o core *~ temp*.f

