Skip to content

Commit

Permalink
Add a distclean target for Make
Browse files Browse the repository at this point in the history
This runs a `git clean -fxd` to revert to a pristine Git clone.
  • Loading branch information
davisp committed Oct 23, 2012
1 parent 33b925f commit 654a9cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -8,6 +8,8 @@ clean:
rm -rf .eunit
rm -f test/*.beam

distclean: clean
git clean -fxd

depends:
@if test ! -d ./deps; then \
Expand Down

0 comments on commit 654a9cf

Please sign in to comment.