4 lines
142 B
Bash
4 lines
142 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 |