#!/bin/csh -f
set pwd=`pwd`

echo  " pwd is " $pwd

cd $EPICSTOP/Util;   make clean; make -f drawConfig.mk

cd $pwd






