Fix typo in clean target

This commit is contained in:
James Laska 2015-10-15 20:30:36 -04:00
parent 6b9cb0f496
commit 3ae78ca6e8

View File

@ -201,7 +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 awx/lib/.deps_built
rm -rf dist/*
rm -rf tmp
mkdir tmp