Skip to content

Commit

Permalink
Add make clean command
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLane committed Oct 20, 2016
1 parent c9f8c06 commit 73938f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ main: main.native
test:
bash tests/runtests.sh

clean:
rm -rf _build

%.native:
ocamlbuild -use-ocamlfind $@
mv $@ $*

.PHONY: default test
.PHONY: default test clean

0 comments on commit 73938f8

Please sign in to comment.