GNUmakefile: rm -rf ./src/pyfec/build on clean

This commit is contained in:
Zooko O'Whielacronx 2007-04-18 09:49:47 -07:00
parent f4b00f9737
commit 0ae8f98ac9

@ -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: