root / do-build

Revision 3b8b25c95f70a17b7e25553124bf068268dafb8b, 182 bytes (checked in by njs@…, 2 months ago)

librarify make_constants_pxi.py

Line 
1#!/bin/sh
2
3set -e
4rm -rf build install
5python make_constants_pxi.py wimpiggy/lowlevel/constants.txt wimpiggy/lowlevel/constants.pxi
6CFLAGS=-O0 python setup.py install --home=install
Note: See TracBrowser for help on using the browser.