diff --git a/Makefile b/Makefile index 5a96067cde0..6ab81e395b5 100644 --- a/Makefile +++ b/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