#!/bin/csh -f
# a dinkey shell script to make everything
cd stuff
make
cd ../libXgoo
make
cd ../dirb
make
cd ../xgsh
make
cd configs
MAKEALL
cd ../helplib
MAKEALL
cd ../../vif
make
cd configs
MAKEALL
cd ../helplib
MAKEALL
cd ../../sortdemo
make
cd ..
