Add debug build.
This commit is contained in:
parent
3c24ade366
commit
214590e2db
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue