#  select one of mk files
include $(COSMOSTOP)/site.config
.PHONY:  all clean veryclean
all:
#	make -f testTauDcy.mk
	make -f testDsDecay.mk
clean:
	@rm -f *.o core  *~ temp*.f a.out
veryclean: 
	@rm -f *.o core  *~  a.out temp*.f cosmos$(ARCH)
