Also remove .deps_built with make clean

This commit is contained in:
Matthew Jones 2015-10-05 13:55:59 -04:00 committed by John Mitchell
parent 950a299c87
commit bfc9512dc7

View File

@ -201,6 +201,7 @@ clean-bundle:
# Remove temporary build files, compiled Python files.
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/.deps_built
rm -rf dist/*
rm -rf tmp
mkdir tmp