Silences the Makefile.
authorKim Nguyễn <kn@lri.fr>
Thu, 7 Feb 2013 17:13:09 +0000 (18:13 +0100)
committerKim Nguyễn <kn@lri.fr>
Thu, 7 Feb 2013 17:13:09 +0000 (18:13 +0100)
Makefile

index 5e3c1ad..ee29352 100644 (file)
--- 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