Makefile: oops, fix clean-simplejson target. Might fix #10.

This commit is contained in:
Brian Warner 2007-08-17 23:50:37 -07:00
parent fbc9929d73
commit 5fd4bf3aad

View File

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