X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2FMakefile;h=2a4ae4bfca911e7c8946220ddf32a8ffff93eb72;hb=9883f04161a9972f0641dd85faf224b4f2846f05;hp=9c104f361e6c6aac6d6eeac493e31f334f5327ba;hpb=e0b576827e1d1dd243f304e68cda6b0c7cc21978;p=helm.git diff --git a/helm/software/matita/contribs/Makefile b/helm/software/matita/contribs/Makefile index 9c104f361..2a4ae4bfc 100644 --- a/helm/software/matita/contribs/Makefile +++ b/helm/software/matita/contribs/Makefile @@ -1,6 +1,6 @@ GOALS = all opt clean clean.opt -DEVELS = ../library ../legacy RELATIONAL LOGIC LAMBDA-TYPES +DEVELS = RELATIONAL LOGIC LAMBDA-TYPES assembly dama POPLmark CoRN character $(GOALS): @$(foreach DEVEL, $(DEVELS), $(MAKE) -C $(DEVEL) $@;)