X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fcic_proof_checking%2FMakefile;h=a5f97bc1d0750ac96e1bc29546b089b9d3fbf0b0;hb=440dece50deaf24f3e5216cf14cac5eca00fda85;hp=83b211447141af390419226d2d9dbab858b0d828;hpb=aef659e5893b4bf8c8544d0c54714e10f5b5493a;p=helm.git diff --git a/helm/software/components/cic_proof_checking/Makefile b/helm/software/components/cic_proof_checking/Makefile index 83b211447..a5f97bc1d 100644 --- a/helm/software/components/cic_proof_checking/Makefile +++ b/helm/software/components/cic_proof_checking/Makefile @@ -14,6 +14,7 @@ INTERFACE_FILES = \ cicReduction.mli \ cicTypeChecker.mli \ freshNamesGenerator.mli \ + cicDischarge.mli \ $(NULL) IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml) @@ -25,7 +26,3 @@ EXTRA_OBJECTS_TO_CLEAN = include ../../Makefile.defs include ../Makefile.common - -cicReduction.cmo: OCAMLOPTIONS+=-rectypes -cicReduction.cmx: OCAMLOPTIONS+=-rectypes -