X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2FMakefile;h=2a4ae4bfca911e7c8946220ddf32a8ffff93eb72;hb=601baed778a190b580982b588ebe49ba3f762b30;hp=e9ba4d1befc8309443fd829033d5bad27113c035;hpb=d2a898e8636c360713d8c9967f1de74e3e077c3f;p=helm.git diff --git a/helm/software/matita/contribs/Makefile b/helm/software/matita/contribs/Makefile index e9ba4d1be..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 = RELATIONAL LOGIC LAMBDA-TYPES assembly dama POPLmark +DEVELS = RELATIONAL LOGIC LAMBDA-TYPES assembly dama POPLmark CoRN character $(GOALS): @$(foreach DEVEL, $(DEVELS), $(MAKE) -C $(DEVEL) $@;)