mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-27 20:51:34 +08:00
MAINT: Add script to clean out compiled files.
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
find zipline tests -name "*.so" | xargs rm || true
|
||||
python setup.py build_ext --inplace
|
||||
Reference in New Issue
Block a user