Invalidate C++ app
This commit is contained in:
parent
6eb0e61426
commit
fda60ba538
2 changed files with 10 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -6,6 +6,7 @@ BUILD:=_build
|
|||
core:
|
||||
dune build src/core/cbindings.exe.o
|
||||
ar -rs $(BUILD)/liboboycore.a _build/default/src/core/cbindings.exe.o
|
||||
scripts/invalidate_cpp.sh
|
||||
|
||||
# check:
|
||||
# ocamlbuild -use-ocamlfind -I src -lflag -g test/test_bit.byte --
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue