mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
Makefile: oops, fix clean-simplejson target. Might fix #10.
This commit is contained in:
parent
fbc9929d73
commit
5fd4bf3aad
2
Makefile
2
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user