Refactor module organisation and build process.
[tatoo.git] / Makefile
1 SOURCE_DIR=src,src/xpath,src/utils,src/tree,src/auto
2 TARGET=main.otarget
3
4 all:
5         ocamlbuild -Is $(SOURCE_DIR) $(TARGET)
6
7 clean:
8         ocamlbuild -clean