]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/Makefile
Spurious "we need to prove" at the beginning of Intros+LetTac are no longer
[helm.git] / helm / software / matita / contribs / Makefile
index 8dc8c4626884762b840bfdfd9ce03b8660d82e0e..4fb6a0f11c3af7615bce544ea05ef0d03c917e17 100644 (file)
@@ -1,6 +1,6 @@
 GOALS = all opt clean clean.opt
 
-DEVELS = ../library RELATIONAL LAMBDA-TYPES
+DEVELS = ../library ../legacy RELATIONAL LAMBDA-TYPES
 
 $(GOALS): 
        @$(foreach DEVEL, $(DEVELS), $(MAKE) -C $(DEVEL) $@;)