Switch to Dune build system
This commit is contained in:
parent
4d1be1578f
commit
4cb229e472
4 changed files with 8 additions and 4 deletions
5
Makefile
5
Makefile
|
@ -1,8 +1,5 @@
|
|||
all:
|
||||
ocamlbuild -use-ocamlfind -I src oboy.byte
|
||||
|
||||
debug:
|
||||
ocamlbuild -use-ocamlfind -I src oboy.d.byte
|
||||
dune build src/oboy.exe
|
||||
|
||||
check:
|
||||
ocamlbuild -use-ocamlfind -I src -lflag -g test/test_bit.byte --
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue