#!/bin/sh
#CXX=/opt/gcc-3.3/bin/g++-3.3 make
FLAGS="-cand:L -hdr:L -banner:N -width:0"
COMPILER=/opt/gcc-3.3/bin/g++-3.3 CXX=/opt/gstlfilt/bin/gfilt CXXFLAGS="$FLAGS" LDFLAGS="$FLAGS" make "$@"
