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