oboy/Makefile

12 lines
229 B
Makefile
Raw Normal View History

all:
2018-12-26 15:32:23 +01:00
dune build src/oboy.exe
2015-05-08 14:47:12 +02:00
2015-08-10 01:35:47 +02:00
check:
2016-02-28 23:25:19 +01:00
ocamlbuild -use-ocamlfind -I src -lflag -g test/test_bit.byte --
2016-02-28 23:41:06 +01:00
ocamlbuild -use-ocamlfind -I src -lflag -g test/test_interrupt.byte --
2015-08-10 01:35:47 +02:00
2015-02-23 16:51:45 +01:00
clean:
rm -rf _build
rm -f *.byte
rm -f *.native