X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_kernel%2FMakefile;h=35b89f3b1005c2fab30426d57fd3e6cd3f38afd2;hb=c53be14933feb896df2c3c9830b68fe773b2047c;hp=3cacb50d17c35068664691c64f5f148ed0a3e2c5;hpb=2c01ff6094173915e7023076ea48b5804dca7778;p=helm.git diff --git a/matita/components/ng_kernel/Makefile b/matita/components/ng_kernel/Makefile index 3cacb50d1..35b89f3b1 100644 --- a/matita/components/ng_kernel/Makefile +++ b/matita/components/ng_kernel/Makefile @@ -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)