mirror of
https://github.com/ansible/ansible.git
synced 2026-08-02 16:12:06 +02:00
Fix the py[co] part of the clean target in the make file
This commit is contained in:
@@ -36,7 +36,7 @@ clean:
|
||||
@echo "Cleaning up distutils stuff"
|
||||
rm -rf build
|
||||
@echo "Cleaning up byte compiled python stuff"
|
||||
find . -regex ".*\.py[co]$$"
|
||||
find . -regex ".*\.py[co]$$" -delete
|
||||
@echo "Cleaning up editor backup files"
|
||||
find . -type f \( -name "*~" -or -name "#*" \) -delete
|
||||
@echo "Cleaning up asciidoc to man transformations and results"
|
||||
|
||||
Reference in New Issue
Block a user