mirror of
https://github.com/jhasse/poly2tri.git
synced 2024-11-19 20:06:11 +01:00
4 lines
84 B
Bash
4 lines
84 B
Bash
|
#!/bin/sh
|
||
|
touch framework/framework.pyx
|
||
|
rm -rf build
|
||
|
python setup.py build_ext -i
|