oboy/Makefile

8 lines
102 B
Makefile

all:
ocamlbuild -use-ocamlfind -I src oboy.byte
clean:
rm -rf _build
rm -f *.byte
rm -f *.native