mirror of
https://github.com/ansible/awx.git
synced 2026-04-05 01:59:25 -02:30
Remove the contents of tmp/ on clean
This commit is contained in:
1
Makefile
1
Makefile
@@ -171,6 +171,7 @@ clean-bundle:
|
|||||||
clean: clean-rpm clean-deb clean-grunt clean-ui clean-tar clean-packer 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 awx/lib/site-packages
|
||||||
rm -rf dist/*
|
rm -rf dist/*
|
||||||
|
rm -rf tmp/*
|
||||||
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