#
# creates scheme88 in directory given in environment variable SCHDIR
#
# first line can be commented out IF
# 1) not changing any .cl files   AND
# 2) not changing SCHDIR

echo -n "Remake everything? "
if ($< == "y") then
   echo '(load "makefile.cl")' | ibcl
endif

#load .o's, .s's and save scheme
echo '(load "top.o") dump\!' | ibcl
strip scheme88
