python: remove also __pycache__ directories on clean

This commit is contained in:
Pino Toscano
2019-12-19 15:34:37 +01:00
parent a420e535d5
commit e789a070de

View File

@@ -159,4 +159,4 @@ CLEANFILES += \
utils.c
clean-local:
rm -rf build dist
rm -rf build dist __pycache__ t/__pycache__