Clean-up the build system.
[tatoo.git] / Makefile
diff --git a/Makefile b/Makefile
deleted file mode 100644 (file)
index 09c08ab..0000000
--- a/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-SOURCE_DIR=src,src/xpath,src/utils,src/tree,src/auto
-TARGET=main.otarget
-OCAMLFINDPKG=unix,ulex,expat,camlp4,camlp4.lib,camlp4.macro
-all:
-       @echo [BUILD]
-       ocamlbuild -pkgs $(OCAMLFINDPKG) -use-ocamlfind -Is $(SOURCE_DIR) $(TARGET)
-
-clean:
-       @echo [Clean]
-       @ocamlbuild -clean