]> matita.cs.unibo.it Git - helm.git/commitdiff
the published devels must be removed from the tests
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Thu, 13 Sep 2007 14:39:42 +0000 (14:39 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Thu, 13 Sep 2007 14:39:42 +0000 (14:39 +0000)
matita/Makefile
matita/contribs/LAMBDA-TYPES/Makefile

index 93a6fc6cbb8a9d7d32a0f769558e76199e942151..0562ba3bbe2eb326374569c5d2dee3bdc1cdcf9d 100644 (file)
@@ -199,7 +199,6 @@ distclean: clean
        $(H)rm -rf .matita
 
 TEST_DIRS =                            \
-       legacy                          \
        library                         \
        tests                           \
        dama                            \
index 93fba67cede85250e940daded0ced5542e40b635..6e29fc2daa84bc75eeb5396f115f25ad9c1cce3b 100644 (file)
@@ -1,6 +1,6 @@
 GOALS = all opt clean clean.opt
 
-DEVELS = Base-1 LambdaDelta-1 Base-2 Unified-Sub 
+DEVELS = Base-2 Unified-Sub 
 
 $(GOALS): 
        @$(foreach DEVEL, $(DEVELS), $(MAKE) -k -C $(DEVEL) $@;)