#! /bin/csh -f

#
# establish the correct ucode environment
#

source ./R4.env

#
# make the specified target
#

make $1

