X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Fcic_proof_checking%2FMakefile;h=83b211447141af390419226d2d9dbab858b0d828;hb=a0d4ddbd29ac0a26e462125ae9e7e0a177dbde18;hp=8e2f99a15b693db7e5b9d671d68ccd42ec9d6938;hpb=7f2444c2670cadafddd8785b687ef312158376b0;p=helm.git diff --git a/components/cic_proof_checking/Makefile b/components/cic_proof_checking/Makefile index 8e2f99a15..83b211447 100644 --- a/components/cic_proof_checking/Makefile +++ b/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 -