all: ocamlbuild -use-ocamlfind -I src oboy.byte debug: ocamlbuild -use-ocamlfind -I src oboy.d.byte clean: rm -rf _build rm -f *.byte rm -f *.native