Add full build script
This commit is contained in:
parent
cf9e506875
commit
2f54a56b7a
4
full_build.sh
Normal file
4
full_build.sh
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
find . -name "*.c" -type f -delete
|
||||||
|
find . -name "*.o" -type f -delete
|
||||||
|
find . -name "*.so" -type f -delete
|
||||||
|
python3 setup.py build_ext --inplace
|
Loading…
Reference in New Issue
Block a user