projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4b00f9
)
GNUmakefile: rm -rf ./src/pyfec/build on clean
author
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 18 Apr 2007 16:49:47 +0000
(09:49 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 18 Apr 2007 16:49:47 +0000
(09:49 -0700)
GNUmakefile
patch
|
blob
|
history
diff --git
a/GNUmakefile
b/GNUmakefile
index cc7314a7a83f3e48f785a8aebae4813df219152b..40d48463a6b3f6c47b29e89fd3a32f41ba572551 100644
(file)
--- 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: