From: Daira Hopwood Date: Thu, 10 Oct 2013 16:47:30 +0000 (+0100) Subject: Add 'make distclean'. X-Git-Tag: allmydata-tahoe-1.10.1a1~211^2 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=95567e55a24137e324871941e2b8c80f1bfda294;p=tahoe-lafs%2Ftahoe-lafs.git Add 'make distclean'. Signed-off-by: Daira Hopwood --- diff --git a/Makefile b/Makefile index d468e9a4..311501d1 100644 --- a/Makefile +++ b/Makefile @@ -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