projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b55ccc
)
Add 'make distclean'.
64/head
author
Daira Hopwood
<daira@jacaranda.org>
Thu, 10 Oct 2013 16:47:30 +0000
(17:47 +0100)
committer
Daira Hopwood
<daira@jacaranda.org>
Thu, 10 Oct 2013 16:47:30 +0000
(17:47 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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