mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-06 05:14:38 +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