]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_proof_checking/Makefile
1. CicReduction moved into CicReductionNaif
[helm.git] / helm / ocaml / cic_proof_checking / Makefile
index ad31350c2dab9b629f991cbccbf5d2e0e30a1808..591446ccd548b33a098d9a3dba2c7034c856571f 100644 (file)
@@ -3,7 +3,7 @@ REQUIRES = helm-cic
 PREDICATES =
 
 INTERFACE_FILES = cicSubstitution.mli cicEnvironment.mli cicPp.mli \
-                  cicMiniReduction.mli cicReduction.mli cicTypeChecker.mli \
+                  cicMiniReduction.mli cicReductionNaif.mli cicReduction.mli cicReductionMachine.mli cicTypeChecker.mli \
                   cicCooking.mli
 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)