build_inplace 93 Bytes
Newer Older
Dan Pascu's avatar
Dan Pascu committed
1 2
#!/bin/sh

3 4
python3 setup.py build_ext --inplace "$@"
test -d build && python3 setup.py clean