]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/contribs/Makefile
fixed an escaping error, added more infos to the generic error, callback catches...
[helm.git] / 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) $@;)