Added commands to build vm, linker and initial.image with Scheme48
This commit is contained in:
parent
92efac26a9
commit
4d1cc24519
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue