From 22e1c16ec7b0def79669c7a96a8da1eaaa4ab47f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kim=20Nguy=E1=BB=85n?= Date: Thu, 7 Feb 2013 18:13:09 +0100 Subject: [PATCH] Silences the Makefile. --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.17.1