BUILD=ocamlbuild -r -I src -use-ocamlfind

.PHONY: phony
phony:

%.byte: phony
	$(BUILD) $@

.PHONY: clean
clean:
	rm -rf *.byte *.native _build
