From e789a070de3d7dde9756a3c0bed347f89717fece Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Thu, 19 Dec 2019 15:34:37 +0100 Subject: [PATCH] python: remove also __pycache__ directories on clean --- python/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/Makefile.am b/python/Makefile.am index 9aca202b5..c2f57a6ba 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -159,4 +159,4 @@ CLEANFILES += \ utils.c clean-local: - rm -rf build dist + rm -rf build dist __pycache__ t/__pycache__