Add 'clean' target.

master
Fabien Freling 2015-02-23 16:51:45 +01:00
parent fdb5744d01
commit bbd75e25f1
1 changed files with 5 additions and 0 deletions

View File

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