6 lines
93 B
Plaintext
6 lines
93 B
Plaintext
|
; -*- scheme -*-
|
||
|
|
||
|
(load "system.lsp")
|
||
|
(load "compiler.lsp")
|
||
|
(make-system-image "flisp.boot")
|