SOURCE_DIR=src,src/xpath,src/utils,src/tree,src/auto TARGET=main.otarget all: ocamlbuild -Is $(SOURCE_DIR) $(TARGET) clean: ocamlbuild -clean