]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/Makefile
fixpoint have attributes for pragma (i.e. they can be marked as projections)
[helm.git] / helm / software / components / ng_kernel / Makefile
index 670429b99377389eedcf1e053a81f3dff1dabaff..d533c8f73512415d56b78279c620576279927a73 100644 (file)
@@ -8,12 +8,12 @@ INTERFACE_FILES = \
        nCicSubstitution.mli \
        oCic2NCic.mli  \
        nCic2OCic.mli \
-       nCicLibrary.mli \
        nCicEnvironment.mli \
        nCicPp.mli \
        nCicReduction.mli \
        nCicTypeChecker.mli \
-       nCicUntrusted.mli
+       nCicUntrusted.mli \
+       nCicLibrary.mli
 
 IMPLEMENTATION_FILES = \
   nCic.ml $(INTERFACE_FILES:%.mli=%.ml)