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