add clean up authors file to make clean
This commit is contained in:
parent
0aba811cf2
commit
ec6236a107
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -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…
Reference in a new issue