1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 09:25:10 +03:00

Add cleaning site-packages in the Makefile

This commit is contained in:
Matthew Jones 2015-08-10 11:02:51 -04:00 committed by Chris Meyers
parent 99fb641b1b
commit 35ffb37492

View File

@ -119,6 +119,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