X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fcic_proof_checking%2FMakefile;h=83b211447141af390419226d2d9dbab858b0d828;hb=8b9d2632ab7edc7102d16f3857fde02139cef5c2;hp=8e2f99a15b693db7e5b9d671d68ccd42ec9d6938;hpb=55b82bd235d82ff7f0a40d980effe1efde1f5073;p=helm.git diff --git a/helm/software/components/cic_proof_checking/Makefile b/helm/software/components/cic_proof_checking/Makefile index 8e2f99a15..83b211447 100644 --- a/helm/software/components/cic_proof_checking/Makefile +++ b/helm/software/components/cic_proof_checking/Makefile @@ -29,15 +29,3 @@ include ../Makefile.common cicReduction.cmo: OCAMLOPTIONS+=-rectypes cicReduction.cmx: OCAMLOPTIONS+=-rectypes -all: all_utilities -opt: opt_utilities - -all_utilities: - @$(MAKE) -C utilities/ all -opt_utilities: - @$(MAKE) -C utilities/ opt - -clean: clean_utilities -clean_utilities: - @$(MAKE) -C utilities/ clean -