diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-06-01 15:46:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-01 15:46:48 -0400 |
commit | e83b007d5161ff6704ec6c39f3708c2ae2a77db0 (patch) | |
tree | 740c6fe0aeeb93bf4ad03c1a041f85eb182f81a7 /contrib/python/Makefile | |
parent | 8c68fddd1c0b08d7f8c04f1a3fca3ca3f5d2f786 (diff) | |
parent | 80baf0d8009994c34f5bf807a1126093046536bc (diff) | |
download | podman-e83b007d5161ff6704ec6c39f3708c2ae2a77db0.tar.gz podman-e83b007d5161ff6704ec6c39f3708c2ae2a77db0.tar.bz2 podman-e83b007d5161ff6704ec6c39f3708c2ae2a77db0.zip |
Merge pull request #876 from jwhonce/wip/commit
Fix label handling
Diffstat (limited to 'contrib/python/Makefile')
-rw-r--r-- | contrib/python/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/python/Makefile b/contrib/python/Makefile index d0ec60687..6cb63c403 100644 --- a/contrib/python/Makefile +++ b/contrib/python/Makefile @@ -13,3 +13,4 @@ clean: $(PYTHON) setup.py clean --all rm -rf podman.egg-info dist find . -depth -name __pycache__ -exec rm -rf {} \; + find . -depth -name \*.pyc -exec rm -f {} \; |