Silences the Makefile.
[tatoo.git] / Makefile
index 83aeb8f..ee29352 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
-SOURCE_DIR=src,src/XPath
+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