mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 04:10:44 -03:30
Fix typo in clean target
This commit is contained in:
parent
6b9cb0f496
commit
3ae78ca6e8
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user