8 lines
111 B
Makefile
8 lines
111 B
Makefile
|
|
||
|
soapy2:
|
||
|
python2 setup.py build_ext --force --inplace
|
||
|
|
||
|
soapy3:
|
||
|
python3 setup.py build_ext --force --inplace
|
||
|
|