From: Ferruccio Guidi Date: Thu, 13 Sep 2007 14:39:42 +0000 (+0000) Subject: the published devels must be removed from the tests X-Git-Tag: 0.4.95@7852~169 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=a55a8d25cbd7180572053be96c726f6e11c914f2;p=helm.git the published devels must be removed from the tests --- diff --git a/matita/Makefile b/matita/Makefile index 93a6fc6cb..0562ba3bb 100644 --- a/matita/Makefile +++ b/matita/Makefile @@ -199,7 +199,6 @@ distclean: clean $(H)rm -rf .matita TEST_DIRS = \ - legacy \ library \ tests \ dama \ diff --git a/matita/contribs/LAMBDA-TYPES/Makefile b/matita/contribs/LAMBDA-TYPES/Makefile index 93fba67ce..6e29fc2da 100644 --- a/matita/contribs/LAMBDA-TYPES/Makefile +++ b/matita/contribs/LAMBDA-TYPES/Makefile @@ -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) $@;)