]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/Makefile
new release, binNMU safe
[helm.git] / matita / Makefile
index 9043c9ff83cd00e5e33765cbbf26beb4a5fc8de3..d87651b107f79391238f7fe5e5b6c2c877a19519 100644 (file)
@@ -35,6 +35,7 @@ CMOS =                                \
        matitaExcPp.cmo         \
        matitaEngine.cmo        \
        matitacLib.cmo          \
+       matitaprover.cmo        \
        applyTransformation.cmo \
        matitaGtkMisc.cmo       \
        matitaScript.cmo        \
@@ -196,9 +197,9 @@ distclean: clean
 TEST_DIRS =                            \
        library                         \
        tests                           \
-       contribs/LAMBDA-TYPES           \
-       contribs/PREDICATIVE-TOPOLOGY   \
        $(NULL)
+#      contribs/LAMBDA-TYPES           \
+#      contribs/PREDICATIVE-TOPOLOGY   \
 
 .PHONY: tests tests.opt cleantests cleantests.opt
 tests: $(foreach d,$(TEST_DIRS),$(d)-test)