From: Zooko O'Whielacronx Date: Wed, 18 Apr 2007 16:49:47 +0000 (-0700) Subject: GNUmakefile: rm -rf ./src/pyfec/build on clean X-Git-Tag: tahoe_v0.1.0-0-UNSTABLE~76 X-Git-Url: https://git.rkrishnan.org/install.html?a=commitdiff_plain;h=0ae8f98ac9cd4c01672e22a5a9b13d35a98919b8;p=tahoe-lafs%2Ftahoe-lafs.git GNUmakefile: rm -rf ./src/pyfec/build on clean --- diff --git a/GNUmakefile b/GNUmakefile index cc7314a7..40d48463 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -54,7 +54,7 @@ test-pyfec: $(PP) $(PYTHON) src/pyfec/fec/test/test_pyfec.py clean-pyfec: - -cd src/pyfec && python ./setup.py clean + -cd src/pyfec && python ./setup.py clean ; /bin/rm -rf build build-Crypto: