Skip to content

Commit

Permalink
Add maintainer-clean target.
Browse files Browse the repository at this point in the history
  • Loading branch information
reid committed May 10, 2012
1 parent c1a7df4 commit 5880921
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,8 @@ lint:
clean:
rm -rf build_docs
.PHONY: clean

maintainer-clean:
npm rm webkit-devtools-agent
rm -rf tools
.PHONY: maintainer-clean

0 comments on commit 5880921

Please sign in to comment.