#!/bin/csh 
source .epos
set lpath=$cwd
echo $EPO
cd $EPO
make $*
cd $lpath
