From: Kim Nguyễn Date: Thu, 7 Feb 2013 17:13:09 +0000 (+0100) Subject: Silences the Makefile. X-Git-Tag: v0.1~184 X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=commitdiff_plain;h=22e1c16ec7b0def79669c7a96a8da1eaaa4ab47f Silences the Makefile. --- diff --git a/Makefile b/Makefile index 5e3c1ad..ee29352 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,9 @@ SOURCE_DIR=src,src/xpath,src/utils,src/tree,src/auto TARGET=main.otarget all: - ocamlbuild -Is $(SOURCE_DIR) $(TARGET) + @echo [BUILD] + @ocamlbuild -Is $(SOURCE_DIR) $(TARGET) clean: - ocamlbuild -clean + @echo [Clean] + @ocamlbuild -clean