X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_kernel%2FMakefile;h=d533c8f73512415d56b78279c620576279927a73;hb=8bc5bc0e8375a85736f6a5df317d129d5efa8de4;hp=fedcaa4d8b3d6ec9fdbf3fef3ad03013fa627da6;hpb=1ef41da37d7b39da1521f53d3b22981556bfbe68;p=helm.git diff --git a/helm/software/components/ng_kernel/Makefile b/helm/software/components/ng_kernel/Makefile index fedcaa4d8..d533c8f73 100644 --- a/helm/software/components/ng_kernel/Makefile +++ b/helm/software/components/ng_kernel/Makefile @@ -8,12 +8,12 @@ INTERFACE_FILES = \ nCicSubstitution.mli \ oCic2NCic.mli \ nCic2OCic.mli \ - nCicLibrary.mli \ - nCicPp.mli \ nCicEnvironment.mli \ + nCicPp.mli \ nCicReduction.mli \ nCicTypeChecker.mli \ - nCicUntrusted.mli + nCicUntrusted.mli \ + nCicLibrary.mli IMPLEMENTATION_FILES = \ nCic.ml $(INTERFACE_FILES:%.mli=%.ml)