]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/Makefile.in
may fix the nigtly build
[helm.git] / helm / matita / Makefile.in
index 648a7fbf65a79bceedcd24cad7db71a11d13138c..9b26d4d08bf61cc51d49113af961b9adc04654c0 100644 (file)
@@ -1,4 +1,4 @@
-
+MAKEFLAGS+=--no-print-directory
 OCAMLPATH = ../ocaml/METAS/
 OCAMLFIND = OCAMLPATH=$(OCAMLPATH):$$OCAMLPATH @OCAMLFIND@
 CAMLP4O = @CAMLP4O@
@@ -126,11 +126,11 @@ distclean: clean
        rm -rf autom4te.cache/
 
 tests: matitac matitadep matitaclean
-       (cd library && make clean all)
-       (cd tests && make clean all)
+       @(cd library && make clean all)
+       @(cd tests && make clean all)
 tests.opt: matitac.opt matitadep.opt matitaclean.opt
-       (cd library && make clean.opt opt)
-       (cd tests && make clean.opt opt)
+       @(cd library && make clean.opt opt)
+       @(cd tests && make clean.opt opt)
 .PHONY: tests tests.opt
 
 tags: TAGS