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.
oboy/Makefile

20 lines
408 B

BUILD:=_build
# all:
# dune build src/core/oboy.exe
4 years ago
core:
4 years ago
dune build src/core/cbindings.exe.o
ar -rs $(BUILD)/liboboycore.a _build/default/src/core/cbindings.exe.o
scripts/invalidate_cpp.sh
8 years ago
# check:
# ocamlbuild -use-ocamlfind -I src -lflag -g test/test_bit.byte --
# ocamlbuild -use-ocamlfind -I src -lflag -g test/test_interrupt.byte --
clean:
4 years ago
dune clean
bootstrap:
opam install . --deps-only