]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_kernel/Makefile
Implementation of Ocaml extraction (largely ported from Coq).
[helm.git] / matita / components / ng_kernel / Makefile
index 3cacb50d17c35068664691c64f5f148ed0a3e2c5..35b89f3b1005c2fab30426d57fd3e6cd3f38afd2 100644 (file)
@@ -7,10 +7,10 @@ INTERFACE_FILES = \
        nCicUtils.mli \
        nCicSubstitution.mli \
        nCicEnvironment.mli \
-       nCicPp.mli \
        nCicReduction.mli \
        nCicTypeChecker.mli \
-       nCicUntrusted.mli 
+       nCicUntrusted.mli \
+       nCicPp.mli
 
 IMPLEMENTATION_FILES = \
   nCic.ml $(INTERFACE_FILES:%.mli=%.ml)