Add debug build.

master
Fabien Freling 2015-05-08 14:47:12 +02:00
parent 3c24ade366
commit 214590e2db
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
all:
ocamlbuild -use-ocamlfind -I src oboy.byte
debug:
ocamlbuild -use-ocamlfind -I src oboy.d.byte
clean:
rm -rf _build
rm -f *.byte