X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FMakefile;h=39b348eea1a9ac19867bc15ec661835eb5695603;hb=ba3903b2c712d2a6d60c0da59b26c882b8ed6c7c;hp=749ed0f71ecf3880a5cb9c11ec96512a650bcd0b;hpb=90903c3a5f562b908190d746b36a4417e1e984ba;p=helm.git diff --git a/helm/software/matita/Makefile b/helm/software/matita/Makefile index 749ed0f71..39b348eea 100644 --- a/helm/software/matita/Makefile +++ b/helm/software/matita/Makefile @@ -178,9 +178,9 @@ tests.opt: $(foreach d,$(TEST_DIRS),$(d)-test-opt) cleantests: $(foreach d,$(TEST_DIRS),$(d)-cleantests) cleantests.opt: $(foreach d,$(TEST_DIRS),$(d)-cleantests-opt) -%-test: matitac matitadep matitaclean coq.moo +%-test: matitac matitadep matitaclean -cd $* && make -k clean all -%-test-opt: matitac.opt matitadep.opt matitaclean.opt coq.moo.opt +%-test-opt: matitac.opt matitadep.opt matitaclean.opt -cd $* && make -k clean.opt opt %-cleantests: matitaclean -cd $* && make clean