Skip to content

Commit

Permalink
Add clean target.
Browse files Browse the repository at this point in the history
  • Loading branch information
reid committed Apr 14, 2012
1 parent ab8bab0 commit 0357fd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Expand Up @@ -39,3 +39,7 @@ lint:
# Problem? Type `make install` first.
find bin lib test -name "*.js" -print0 | xargs -0 ./lint
.PHONY: lint

clean:
rm -rf build_docs
.PHONY: clean

0 comments on commit 0357fd6

Please sign in to comment.