diff --git a/Makefile b/Makefile index a4b38e1cf6..8b79000e06 100644 --- a/Makefile +++ b/Makefile @@ -229,6 +229,7 @@ clean-venv: # Remove temporary build files, compiled Python files. clean: clean-rpm clean-deb clean-ui clean-tar clean-packer clean-bundle + rm -rf awx/public rm -rf awx/lib/site-packages rm -rf dist/* rm -rf tmp