]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/LAMBDA-TYPES/Makefile
uri renaming and new nodes count
[helm.git] / helm / software / matita / contribs / LAMBDA-TYPES / Makefile
index 28fe09079f84806f751a0a68517b5a4aec05b707..fef14b2b888584258cffccf0ee41955d14617cd2 100644 (file)
@@ -8,9 +8,8 @@ MATITAOPTIONS=$(MATITAUSEROPTIONS) -onepass
 
 LOG = log.txt
 
-DEVELS = Legacy-2 Base-2 LambdaDelta-2
-
-MAS = $(shell find $(DEVELS) -mindepth 2 -name "*.ma")
+MMAS = $(shell find -name "*.mma")
+MAS = $(MMAS:%.mma=%.ma)
 
 $(DIR) all:
        $(H)$(RM) $(LOG)