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

Remove the contents of tmp/ on clean

This commit is contained in:
Matthew Jones 2015-09-22 11:04:40 -04:00
parent 5fa0ce9d58
commit 4cf2f32451

View File

@ -171,6 +171,7 @@ clean-bundle:
clean: clean-rpm clean-deb clean-grunt clean-ui clean-tar clean-packer clean-bundle
rm -rf awx/lib/site-packages
rm -rf dist/*
rm -rf tmp/*
rm -rf build $(NAME)-$(VERSION) *.egg-info
find . -type f -regex ".*\.py[co]$$" -delete