Added commands to build vm, linker and initial.image with Scheme48

This commit is contained in:
mainzelm 2001-05-14 09:32:01 +00:00
parent 92efac26a9
commit 4d1cc24519
1 changed files with 6 additions and 1 deletions

View File

@ -4,4 +4,9 @@ rm -f config.cache
autoheader
autoconf
touch scsh/*.c
touch build/filenames.make
touch build/filenames.make
rm -f scheme48.image cig/cig.image scsh/scsh.image
rm -f build/linker.image build/initial.image
make i-know-what-i-am-doing
make linker
make build/initial.image