mirror of
https://github.com/RAIRLab/Spectra.git
synced 2024-11-08 18:50:35 -05:00
7 lines
155 B
Text
7 lines
155 B
Text
|
sbcl < compile >& compile.out
|
||
|
sbcl << ENDOFSTDIN
|
||
|
(load "snark-system.lisp")
|
||
|
(make-snark-system)
|
||
|
(save-snark-system :name "snark" :executable t)
|
||
|
ENDOFSTDIN
|