oboy/Makefile

15 lines
266 B
Makefile

all:
dune build src/lib/oboy.exe
core:
dune build src/retroarch
check:
ocamlbuild -use-ocamlfind -I src -lflag -g test/test_bit.byte --
ocamlbuild -use-ocamlfind -I src -lflag -g test/test_interrupt.byte --
clean:
rm -rf _build
rm -f *.byte
rm -f *.native