silence Make messages

master
Damien Doligez 2016-02-01 14:43:30 +01:00
parent 09e264d822
commit 297c144bd5
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ default: subdir/m.ml a.ml b.ml main.ml
.PHONY: clean
clean:
rm -f subdir/m.cm[io] *.cm[io] main.ml.result
@rm -f subdir/m.cm[io] *.cm[io] main.ml.result
BASEDIR=../..
include $(BASEDIR)/makefiles/Makefile.common