Skip to content

Commit

Permalink
Add 'make clean' task
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomayko committed Aug 4, 2014
1 parent 6995a9a commit 8a4d314
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 @@ -13,4 +13,7 @@ info:
dist:
@script/package-tarball

.PHONY: test info dist
clean:
rm -rf dist

.PHONY: test info dist clean

0 comments on commit 8a4d314

Please sign in to comment.