mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-21 12:30:16 +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
|