Added commands to build vm, linker and initial.image with Scheme48
This commit is contained in:
parent
92efac26a9
commit
4d1cc24519
|
@ -5,3 +5,8 @@ autoheader
|
||||||
autoconf
|
autoconf
|
||||||
touch scsh/*.c
|
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