From: Enrico Tassi Date: Wed, 15 Feb 2006 11:49:03 +0000 (+0000) Subject: fix X-Git-Tag: 0.4.95@7852~1661 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=4ab6b4054730b9ed419f0c4296f9deda9ab321b2;p=helm.git fix --- diff --git a/matita/Makefile b/matita/Makefile index 749ed0f71..39b348eea 100644 --- a/matita/Makefile +++ b/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