You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
BUILD:=_build
|
|
|
|
|
|
|
|
# all:
|
|
|
|
# dune build src/core/oboy.exe
|
|
|
|
|
|
|
|
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 --
|
|
|
|
# ocamlbuild -use-ocamlfind -I src -lflag -g test/test_interrupt.byte --
|
|
|
|
|
|
|
|
clean:
|
|
|
|
dune clean
|
|
|
|
|
|
|
|
bootstrap:
|
|
|
|
opam install . --deps-only
|