oboy/Makefile

12 lines
229 B
Makefile

all:
dune build src/oboy.exe
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