diff --git a/etc/rebuild-cython.sh b/etc/rebuild-cython.sh index 3cc531a3..8be2da78 100755 --- a/etc/rebuild-cython.sh +++ b/etc/rebuild-cython.sh @@ -1,3 +1,3 @@ #!/bin/bash -find zipline tests -name "*.so" | xargs rm || true +find zipline tests -regex '.*\.\(c\|so\)' -exec rm {} + python setup.py build_ext --inplace