]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/Makefile
- new tactic applyP for use in the *P*rocedural script reconstruction
[helm.git] / helm / software / matita / contribs / Makefile
index 8dc8c4626884762b840bfdfd9ce03b8660d82e0e..8c2e0647a70b2a560d8d6dbfb4c6a1059ba87cb0 100644 (file)
@@ -1,6 +1,6 @@
 GOALS = all opt clean clean.opt
 
-DEVELS = ../library RELATIONAL LAMBDA-TYPES
+DEVELS = RELATIONAL LOGIC LAMBDA-TYPES assembly dama POPLmark CoRN
 
 $(GOALS): 
        @$(foreach DEVEL, $(DEVELS), $(MAKE) -C $(DEVEL) $@;)