]> matita.cs.unibo.it Git - helm.git/commitdiff
fix
authorEnrico Tassi <enrico.tassi@inria.fr>
Wed, 15 Feb 2006 11:49:03 +0000 (11:49 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Wed, 15 Feb 2006 11:49:03 +0000 (11:49 +0000)
matita/Makefile

index 749ed0f71ecf3880a5cb9c11ec96512a650bcd0b..39b348eea1a9ac19867bc15ec661835eb5695603 100644 (file)
@@ -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