5 lines
143 B
Bash
5 lines
143 B
Bash
find . -name "*.c" -type f -delete
|
|
find . -name "*.o" -type f -delete
|
|
find . -name "*.so" -type f -delete
|
|
python3 setup.py build_ext --inplace
|