mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 19:07:36 -02:30
Fix typo in clean target
This commit is contained in:
2
Makefile
2
Makefile
@@ -201,7 +201,7 @@ clean-bundle:
|
|||||||
# Remove temporary build files, compiled Python files.
|
# Remove temporary build files, compiled Python files.
|
||||||
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 awx/lib/.deps_built
|
rm -rf awx/lib/.deps_built
|
||||||
rm -rf dist/*
|
rm -rf dist/*
|
||||||
rm -rf tmp
|
rm -rf tmp
|
||||||
mkdir tmp
|
mkdir tmp
|
||||||
|
|||||||
Reference in New Issue
Block a user