added egg to cleanup
This commit is contained in:
parent
950622cebd
commit
87926cbb33
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -138,6 +138,7 @@ clean:
|
|||
@echo "Cleaning up distutils stuff"
|
||||
rm -rf build
|
||||
rm -rf dist
|
||||
rm -rf lib/ansible.egg-info/
|
||||
@echo "Cleaning up byte compiled python stuff"
|
||||
find . -type f -regex ".*\.py[co]$$" -delete
|
||||
@echo "Cleaning up editor backup files"
|
||||
|
|
Loading…
Reference in a new issue