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:
e08e8d3
)
Makefile: fix 'clean' target to remove bin/tahoe and bin/tahoe-script.py, since both...
author
Brian Warner
<warner@allmydata.com>
Tue, 3 Feb 2009 00:03:07 +0000
(17:03 -0700)
committer
Brian Warner
<warner@allmydata.com>
Tue, 3 Feb 2009 00:03:07 +0000
(17:03 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index c93d8285c0b7d8a995a57ec76009f539b89c94fc..2511f90a73ae5e6a5a7d0ae6668e3e9e47b10dd1 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-234,6
+234,7
@@
clean:
rm -rf setuptools*.egg *.pyc darcsver*.egg pyutil*.egg
rm -rf misc/dependencies/build misc/dependencies/temp
rm -rf misc/dependencies/tahoe_deps.egg-info
+ rm -f bin/tahoe bin/tahoe-script.py
find-trailing-spaces:
$(PYTHON) misc/find-trailing-spaces.py -r src