From: david-sarah Date: Mon, 3 Jan 2011 05:27:38 +0000 (-0800) Subject: Makefile: update 'clean' target for files in bin/ X-Git-Tag: allmydata-tahoe-1.8.2b1~82 X-Git-Url: https://git.rkrishnan.org/tahoe_css?a=commitdiff_plain;h=003e7fd06bbe5d0208e9235745a3fbbc3c2ba984;p=tahoe-lafs%2Ftahoe-lafs.git Makefile: update 'clean' target for files in bin/ --- diff --git a/Makefile b/Makefile index c02b81a4..f9ab46d7 100644 --- a/Makefile +++ b/Makefile @@ -260,7 +260,7 @@ clean: rm -rf *.pyc rm -rf misc/dependencies/build misc/dependencies/temp rm -rf misc/dependencies/tahoe_deps.egg-info - rm -f bin/tahoe bin/tahoe-script.py + rm -f bin/tahoe bin/tahoe.pyscript find-trailing-spaces: $(PYTHON) misc/coding_tools/find-trailing-spaces.py -r src