Add 'clean' target.
This commit is contained in:
parent
fdb5744d01
commit
bbd75e25f1
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
@ -1,2 +1,7 @@
|
||||||
all:
|
all:
|
||||||
ocamlbuild -use-ocamlfind -I src oboy.byte
|
ocamlbuild -use-ocamlfind -I src oboy.byte
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -rf _build
|
||||||
|
rm -f *.byte
|
||||||
|
rm -f *.native
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue