From: Brian Warner Date: Tue, 3 Feb 2009 00:03:07 +0000 (-0700) Subject: Makefile: fix 'clean' target to remove bin/tahoe and bin/tahoe-script.py, since both... X-Git-Tag: allmydata-tahoe-1.3.0~109 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=f0572421fea45176b96311ee00802802c4d00eb7;p=tahoe-lafs%2Ftahoe-lafs.git Makefile: fix 'clean' target to remove bin/tahoe and bin/tahoe-script.py, since both are now generated --- diff --git a/Makefile b/Makefile index c93d8285..2511f90a 100644 --- 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