include $(COSMOSTOP)/site.config
all:
	make -f testBert2.mk
	make -f testBert2.mk test$(ARCH)
clean:
	@rm -f *.o core *~

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

