oboy/Makefile

11 lines
156 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-02-23 16:51:45 +01:00
clean:
rm -rf _build
rm -f *.byte
rm -f *.native