Refactor xpath parser and ast in a submodule.
[tatoo.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..83aeb8f
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,10 @@
+SOURCE_DIR=src,src/XPath
+TARGET=main.otarget
+
+
+all:
+       ocamlbuild -Is $(SOURCE_DIR) $(TARGET)
+
+
+clean:
+       ocamlbuild -clean