SOURCE_DIR=src,src/XPath TARGET=main.otarget all: ocamlbuild -Is $(SOURCE_DIR) $(TARGET) clean: ocamlbuild -clean