mirror of
https://github.com/jhasse/poly2tri.git
synced 2024-11-05 22:09:52 +01:00
5 lines
102 B
Bash
5 lines
102 B
Bash
#!/bin/sh
|
|
touch framework/framework.pyx
|
|
rm framework/*.c
|
|
rm -rf build
|
|
python setup.py build_ext -i |