diff options
Diffstat (limited to 'bindings/Makefile')
-rw-r--r-- | bindings/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bindings/Makefile b/bindings/Makefile index 5a80cac..40cfdeb 100644 --- a/bindings/Makefile +++ b/bindings/Makefile @@ -18,5 +18,6 @@ check: ${PY_MODULE} PYTHONPATH=../tools python -m pytest -v test_galearn_pdm.py -s ${PY_MODULE}: ${SHARED_LIB} + rm -rf build/ # force rebuild, setup.py does not discover changes to .h files python setup.py build_ext --inplace |