Split oboy.ml
This commit is contained in:
parent
fe2c5e8ba1
commit
a206b9d7ca
4 changed files with 16 additions and 12 deletions
4
Makefile
4
Makefile
|
@ -4,8 +4,8 @@ BUILD:=_build
|
|||
# dune build src/core/oboy.exe
|
||||
|
||||
core:
|
||||
dune build src/core/oboy.so
|
||||
cp _build/default/src/core/oboy.so $(BUILD)/liboboycore.so
|
||||
dune build src/core/cbindings.exe.o
|
||||
ar -rs $(BUILD)/liboboycore.a _build/default/src/core/cbindings.exe.o
|
||||
|
||||
# check:
|
||||
# ocamlbuild -use-ocamlfind -I src -lflag -g test/test_bit.byte --
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue