]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/LAMBDA-TYPES/Makefile
the published devels must be removed from the tests
[helm.git] / helm / software / matita / contribs / LAMBDA-TYPES / Makefile
index abadf7bd82227e530bf973a8fef8c79dd32ee3a6..6e29fc2daa84bc75eeb5396f115f25ad9c1cce3b 100644 (file)
@@ -1,9 +1,9 @@
 GOALS = all opt clean clean.opt
 
-DEVELS = Base-1 LambdaDelta-1 Unified
+DEVELS = Base-2 Unified-Sub 
 
 $(GOALS): 
-       @$(foreach DEVEL, $(DEVELS), $(MAKE) -C $(DEVEL) $@;) 
+       @$(foreach DEVEL, $(DEVELS), $(MAKE) -k -C $(DEVEL) $@;) 
 
 .PHONY: (GOALS)