mirror of
https://github.com/ansible/awx.git
synced 2026-02-18 19:50:05 -03: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.
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user