4 lines
83 B
Bash
4 lines
83 B
Bash
rm -f packsim_core*
|
|
cd src
|
|
python3 setup.py build_ext --inplace --quiet
|
|
mv *.so ../ |