aboutsummaryrefslogtreecommitdiff
path: root/contrib/python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/python/Makefile')
-rw-r--r--contrib/python/Makefile1
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 {} \;