#!/bin/tcsh


rm -f fort.*
rm -f *.o
pushd ..
rm -f *.o
popd

gmake

time xamr
