#!/bin/sh

set -e
rm -rf build install
CFLAGS=-O2 python setup.py install --home=install
