X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2FMakefile;h=1ee722ed590fcefbb25eda2c4b2a1838d71919dc;hb=3999b3279443c7d106812d8930dfced8d8bc37dc;hp=97eb363c9224da4cfd09ee052b7045796ce3369d;hpb=661ffd4d7c77fce52fb2f2d96f1737be424af3f1;p=helm.git diff --git a/helm/software/matita/contribs/Makefile b/helm/software/matita/contribs/Makefile index 97eb363c9..1ee722ed5 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 +DEVELS = RELATIONAL LOGIC LAMBDA-TYPES assembly dama $(GOALS): @$(foreach DEVEL, $(DEVELS), $(MAKE) -C $(DEVEL) $@;)