]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Add 'make distclean'. 64/head
authorDaira Hopwood <daira@jacaranda.org>
Thu, 10 Oct 2013 16:47:30 +0000 (17:47 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Thu, 10 Oct 2013 16:47:30 +0000 (17:47 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
Makefile

index d468e9a47d58d7897ccbaf78afec5b3845df3947..311501d13d7d1a2bc22115ea27d2bbd37848fb89 100644 (file)
--- 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