Refactor module organisation and build process.
[tatoo.git] / Makefile
index 83aeb8f..5e3c1ad 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,8 @@
-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)
 
-
 clean:
        ocamlbuild -clean