oboy/Makefile

14 lines
230 B
Makefile
Raw Normal View History

all:
ocamlbuild -use-ocamlfind -I src oboy.byte
2015-02-23 16:51:45 +01:00
2015-05-08 14:47:12 +02:00
debug:
ocamlbuild -use-ocamlfind -I src oboy.d.byte
2015-08-10 01:35:47 +02:00
check:
ocamlbuild -use-ocamlfind -I src -lflag -g test/test_cpu.byte --
2015-02-23 16:51:45 +01:00
clean:
rm -rf _build
rm -f *.byte
rm -f *.native