GNUmakefile: don't stop clean if clean-pyfec fails

This commit is contained in:
Zooko O'Whielacronx 2007-04-18 09:48:24 -07:00
parent acde096405
commit f4b00f9737

View File

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