summaryrefslogtreecommitdiff
path: root/bindings/Makefile
diff options
context:
space:
mode:
authorJon Nordby <jononor@gmail.com>2025-08-08 21:26:58 +0200
committerJon Nordby <jononor@gmail.com>2025-08-08 21:27:16 +0200
commite440fc873593821254b6b2741a5daec6bccdef47 (patch)
treeb4040f8bcfeb68be6193c71b2c729eb4039eb383 /bindings/Makefile
parent3a0cec889f67dbe4820e29931689555ea702726a (diff)
pdm: Try add high pass filter for DC blocking/removal
Does not work right...
Diffstat (limited to 'bindings/Makefile')
-rw-r--r--bindings/Makefile1
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