mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-20 02:53:57 -07:00
Let "all" be an alias for "*" in patterns, fix output bug on non-command execution, make clean now removes the build dir
This commit is contained in:
parent
c8b1bbc7ea
commit
e6a1acf756
4 changed files with 4 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -24,6 +24,7 @@ pep8:
|
|||
pep8 lib/
|
||||
|
||||
clean:
|
||||
rm -rf build
|
||||
find . -type f -name "*.pyc" -delete
|
||||
find . -type f -name "*.pyo" -delete
|
||||
find . -type f -name "*~" -delete
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue