Switch to Dune build system
This commit is contained in:
parent
4d1be1578f
commit
4cb229e472
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 --
|
||||
|
|
1
dune-project
Normal file
1
dune-project
Normal file
|
@ -0,0 +1 @@
|
|||
(lang dune 1.6)
|
Loading…
Reference in a new issue