root / do-build
| Revision 3b8b25c95f70a17b7e25553124bf068268dafb8b, 182 bytes (checked in by njs@…, 2 months ago) |
|---|
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | set -e |
| 4 | rm -rf build install |
| 5 | python make_constants_pxi.py wimpiggy/lowlevel/constants.txt wimpiggy/lowlevel/constants.pxi |
| 6 | CFLAGS=-O0 python setup.py install --home=install |
Note: See TracBrowser
for help on using the browser.
