-
+MAKEFLAGS+=--no-print-directory
OCAMLPATH = ../ocaml/METAS/
OCAMLFIND = OCAMLPATH=$(OCAMLPATH):$$OCAMLPATH @OCAMLFIND@
CAMLP4O = @CAMLP4O@
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
LOGTOOPT=/dev/null
LOGTOBYTE=/dev/null
export DO_TESTS_EXTRA="$MARK\t$@"
- make tests DO_TEST_OPTS="-no-color -twice"
- make tests.opt DO_TEST_OPTS="-no-color -twice"
+ make tests DO_TESTS_OPTS="-no-color -twice"
+ make tests.opt DO_TESTS_OPTS="-no-color -twice"
}
function compile {