#!/bin/csh
set d = /auto/srd26/export/yoshi/tool/cos/sfc
if ($#argv == 0) then
rsh srd26 "cd $d; make"
else
rsh srd26 "cd $d; make $argv[1]"
endif
