#!/bin/sh

MY_PREFIX=/home/patrice/local

export CC=
export CFLAGS=
export CXX=
export CXXFLAGS=
export PATH=${MY_PREFIX}/bin:$PATH

make $*
