mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
Add cleaning site-packages in the Makefile
This commit is contained in:
parent
a992881b17
commit
e5bd721b4b
1
Makefile
1
Makefile
@ -125,6 +125,7 @@ clean-packer:
|
||||
|
||||
# Remove temporary build files, compiled Python files.
|
||||
clean: clean-rpm clean-deb clean-grunt clean-ui clean-tar clean-packer
|
||||
rm -rf awx/lib/site-packages
|
||||
rm -rf dist/*
|
||||
rm -rf build $(NAME)-$(VERSION) *.egg-info
|
||||
find . -type f -regex ".*\.py[co]$$" -delete
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user