mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 13:57:51 +00:00
GNUmakefile: don't stop clean if clean-pyfec fails
This commit is contained in:
parent
acde096405
commit
f4b00f9737
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user