mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 13:36:02 -03:30
Add cleaning site-packages in the Makefile
This commit is contained in:
committed by
Chris Meyers
parent
99fb641b1b
commit
35ffb37492
1
Makefile
1
Makefile
@@ -119,6 +119,7 @@ clean-packer:
|
|||||||
|
|
||||||
# Remove temporary build files, compiled Python files.
|
# Remove temporary build files, compiled Python files.
|
||||||
clean: clean-rpm clean-deb clean-grunt clean-ui clean-tar clean-packer
|
clean: clean-rpm clean-deb clean-grunt clean-ui clean-tar clean-packer
|
||||||
|
rm -rf awx/lib/site-packages
|
||||||
rm -rf dist/*
|
rm -rf dist/*
|
||||||
rm -rf build $(NAME)-$(VERSION) *.egg-info
|
rm -rf build $(NAME)-$(VERSION) *.egg-info
|
||||||
find . -type f -regex ".*\.py[co]$$" -delete
|
find . -type f -regex ".*\.py[co]$$" -delete
|
||||||
|
|||||||
Reference in New Issue
Block a user