mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
added cleaning pyc files
This commit is contained in:
parent
50379d59ba
commit
24766bdfa0
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -151,6 +151,7 @@ clean:
|
|||
rm -rf docs/js
|
||||
@echo "Cleaning up authors file"
|
||||
rm -f AUTHORS.TXT
|
||||
find . -type f -name '*.pyc' -delete
|
||||
|
||||
python:
|
||||
$(PYTHON) setup.py build
|
||||
|
|
Loading…
Reference in a new issue