Skip to content

Commit

Permalink
Merge pull request #3722 from ipfs/make/distclean/pristine
Browse files Browse the repository at this point in the history
make: use git clean in distclean target
  • Loading branch information
whyrusleeping authored Mar 2, 2017
2 parents b935cbc + 12d992a commit 35283cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ coverage: $(COVERAGE)

distclean: clean
rm -rf $(DISTCLEAN)
git clean -ffxd
.PHONY: distclean

test: $(TEST)
Expand Down

0 comments on commit 35283cf

Please sign in to comment.