#correct CALCHEP (CalcHEP directory) if it needs


.PHONY : all clean 

all:
	./getFlags
	$(MAKE) -C CPsuperH2.3
	./addPath $(CURDIR)



clean: 
	$(MAKE) -C CPsuperH2.3 clean
	rm -f models/func*.mdl
