Add 'clean' target.

This commit is contained in:
Fabien Freling 2015-02-23 16:51:45 +01:00
parent fdb5744d01
commit bbd75e25f1

View file

@ -1,2 +1,7 @@
all:
ocamlbuild -use-ocamlfind -I src oboy.byte
clean:
rm -rf _build
rm -f *.byte
rm -f *.native