]> matita.cs.unibo.it Git - helm.git/commitdiff
makefiles updated
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Thu, 26 Jul 2007 08:58:11 +0000 (08:58 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Thu, 26 Jul 2007 08:58:11 +0000 (08:58 +0000)
matita/contribs/LAMBDA-TYPES/Base-2/makefile
matita/contribs/LAMBDA-TYPES/Makefile

index 2ddabe56cc35fc9c4fb941a41b03ac0850423054..f20e608d86dd3624994ffa6ba268db62d3c80bf3 100644 (file)
@@ -45,7 +45,7 @@ MATITAC = $(RT_BASEDIR)/matitac.opt
 MMAS = $(shell find -name "*.mma")
 MAS = $(MMAS:%.mma=%.ma)
 
-build_mas: preall.opt theory.ma
+build_mas: preall.opt $(MAS)
 
 clean_mas:
        $(H)rm -f $(MAS)
index 8faf376f1732d3e29b5ad46dc494d96ac7ccfd2f..93fba67cede85250e940daded0ced5542e40b635 100644 (file)
@@ -3,7 +3,7 @@ GOALS = all opt clean clean.opt
 DEVELS = Base-1 LambdaDelta-1 Base-2 Unified-Sub 
 
 $(GOALS): 
-       @$(foreach DEVEL, $(DEVELS), $(MAKE) -C $(DEVEL) $@;) 
+       @$(foreach DEVEL, $(DEVELS), $(MAKE) -k -C $(DEVEL) $@;) 
 
 .PHONY: (GOALS)