mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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 deb-build
|
||||||
rm -rf docs/json
|
rm -rf docs/json
|
||||||
rm -rf docs/js
|
rm -rf docs/js
|
||||||
|
@echo "Cleaning up authors file"
|
||||||
|
rm -f AUTHORS.TXT
|
||||||
|
|
||||||
python:
|
python:
|
||||||
$(PYTHON) setup.py build
|
$(PYTHON) setup.py build
|
||||||
|
|
Loading…
Add table
Reference in a new issue