Clean python cache when building python3 binding

Python3 store .pyc cache in hidden directory __pycache__, distcheck
complained that the source directory was not completely clean after a
distclean.
This commit is contained in:
Benjamin Dauvergne 2018-07-24 11:29:28 +02:00
parent 28d3705d5a
commit 150de26bff
1 changed files with 3 additions and 0 deletions

View File

@ -41,3 +41,6 @@ lasso.py _lasso.c: lang.py wrapper_top.c wrapper_bottom.c ../bindings.py
endif
distclean-local:
rm -rf __pycache__