#!/bin/csh

setenv CURRENT_CC "g++ -static -g -O3 "

./mklib

cd starc/
make all; cd -

bell;bell;bell

