]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/Makefile
Procedural: we removed some commented code
[helm.git] / helm / software / matita / contribs / Makefile
index 8c2e0647a70b2a560d8d6dbfb4c6a1059ba87cb0..2a4ae4bfca911e7c8946220ddf32a8ffff93eb72 100644 (file)
@@ -1,6 +1,6 @@
 GOALS = all opt clean clean.opt
 
-DEVELS = RELATIONAL LOGIC LAMBDA-TYPES assembly dama POPLmark CoRN
+DEVELS = RELATIONAL LOGIC LAMBDA-TYPES assembly dama POPLmark CoRN character
 
 $(GOALS): 
        @$(foreach DEVEL, $(DEVELS), $(MAKE) -C $(DEVEL) $@;)