Spectra/snark-20120808r02/make-snark-sbcl

7 lines
155 B
Text
Raw Normal View History

2017-01-14 22:08:51 -05:00
sbcl < compile >& compile.out
sbcl << ENDOFSTDIN
(load "snark-system.lisp")
(make-snark-system)
(save-snark-system :name "snark" :executable t)
ENDOFSTDIN