add clean up authors file to make clean

This commit is contained in:
Serge van Ginderachter 2013-03-26 08:19:45 +01:00
parent 0aba811cf2
commit ec6236a107

View file

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