oboy/Makefile

8 lines
102 B
Makefile
Raw Normal View History

all:
ocamlbuild -use-ocamlfind -I src oboy.byte
2015-02-23 16:51:45 +01:00
clean:
rm -rf _build
rm -f *.byte
rm -f *.native