#!/bin/sh
CC=cc /bin/sh ./configure --prefix=/usr/local && bigmake all
if [ $1 != build ]
then make install
fi