From 80baf0d8009994c34f5bf807a1126093046536bc Mon Sep 17 00:00:00 2001 From: Jhon Honce Date: Fri, 1 Jun 2018 10:03:54 -0700 Subject: Fix lable handling Signed-off-by: Jhon Honce --- contrib/python/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/python/Makefile') 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 {} \; -- cgit v1.2.3-54-g00ecf