#!/bin/csh

set exenam=cam_chempp
set objdir=OBJ

rm -f ../bin/$exenam
rm -f $objdir/*

gmake COMPILER=lf95 DEBUG=TRUE EXENAME=cam_chempp

