Add full build script

This commit is contained in:
Nyo 2016-12-08 15:46:21 +01:00
parent cf9e506875
commit 2f54a56b7a
1 changed files with 4 additions and 0 deletions

4
full_build.sh Normal file
View 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