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:
fbc9929
)
Makefile: oops, fix clean-simplejson target. Might fix #10.
author
Brian Warner
<warner@lothar.com>
Sat, 18 Aug 2007 06:50:37 +0000
(23:50 -0700)
committer
Brian Warner
<warner@lothar.com>
Sat, 18 Aug 2007 06:50:37 +0000
(23:50 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 9925ec2cd4e2a717a43cc1bc5b0c1623d8df3596..34ee26af93fe959cd027321cf5c56b4e6aaa7be3 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-85,7
+85,7
@@
clean-zfec:
clean-simplejson:
-cd src/simplejson && $(PP) $(PYTHON) ./setup.py clean --all
rm -rf src/simplejson/simplejson.egg-info
- rm -f src/
zfec
/setuptools-*.egg
+ rm -f src/
simplejson
/setuptools-*.egg
find src/simplejson -name '*.pyc' |xargs rm -f
clean-foolscap: