Skip to content

Commit

Permalink
Merge pull request tahoe-lafs#64 from daira/2092-distclean
Browse files Browse the repository at this point in the history
Add 'make distclean'.
  • Loading branch information
daira committed Oct 10, 2013
2 parents 5b55ccc + 95567e5 commit 90c1b8f
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 @@ -241,6 +241,11 @@ clean:
rm -rf misc/dependencies/tahoe_deps.egg-info
rm -f bin/tahoe bin/tahoe.pyscript

distclean: clean
rm -rf src/allmydata_tahoe.egg-info
rm -f src/allmydata/_version.py
rm -f src/allmydata/_appname.py

find-trailing-spaces:
$(PYTHON) misc/coding_tools/find-trailing-spaces.py -r $(SOURCES)
@echo
Expand Down

0 comments on commit 90c1b8f

Please sign in to comment.