]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/Makefile
- revision of ground_2 and basic_2
[helm.git] / matita / matita / contribs / lambdadelta / Makefile
index cdd4f35b6cde395d7b79f8f4caca4e3703ae89ad..064c24db90690fd984793c9c88a7b922f0963174 100644 (file)
@@ -40,6 +40,10 @@ XPACKAGES := ground_2 basic_2
 LDWS := $(shell find -name "*.ldw.xml")
 TBLS := $(shell find -name "*.tbl")
 
+all:
+       @echo "  MATITAC $(PACKAGES)"
+       $(H)../../matitac.opt $(PACKAGES)
+
 # MAS ########################################################################
 
 define MAS_TEMPLATE
@@ -57,10 +61,6 @@ endef
 
 $(foreach PKG, $(PACKAGES), $(eval $(call MAS_TEMPLATE,$(PKG))))
 
-all:
-       @echo "  MATITAC $(PACKAGES)"
-       $(H)../../matitac.opt $(MAS)
-
 # XMAS #######################################################################
 
 define XMAS_TEMPLATE