diff options
author | Jhon Honce <jhonce@redhat.com> | 2018-06-01 10:03:54 -0700 |
---|---|---|
committer | Jhon Honce <jhonce@redhat.com> | 2018-06-01 10:03:54 -0700 |
commit | 80baf0d8009994c34f5bf807a1126093046536bc (patch) | |
tree | a531f7c138e9761a74f5a5622f8492f27168c977 /contrib/python/Makefile | |
parent | 3f29e3e88110fd1a1c0b7d2058aa2c89dbb89c40 (diff) | |
download | podman-80baf0d8009994c34f5bf807a1126093046536bc.tar.gz podman-80baf0d8009994c34f5bf807a1126093046536bc.tar.bz2 podman-80baf0d8009994c34f5bf807a1126093046536bc.zip |
Fix lable handling
Signed-off-by: Jhon Honce <jhonce@redhat.com>
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 {} \; |