add clean up authors file to make clean

pull/2501/head
Serge van Ginderachter 12 years ago
parent 0aba811cf2
commit ec6236a107

@ -117,6 +117,8 @@ clean:
rm -rf deb-build
rm -rf docs/json
rm -rf docs/js
@echo "Cleaning up authors file"
rm -f AUTHORS.TXT
python:
$(PYTHON) setup.py build

Loading…
Cancel
Save