mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-06 13:00:45 +08:00
4 lines
104 B
Bash
Executable File
4 lines
104 B
Bash
Executable File
#!/bin/bash
|
|
find zipline tests -regex '.*\.\(c\|so\)' -exec rm {} +
|
|
python setup.py build_ext --inplace
|