sst/build.lisp

8 lines
227 B
Common Lisp
Raw Normal View History

;; Load and build the project
(ql:quickload :sst)
(sb-ext:save-lisp-and-die "sst"
:toplevel 'sst-ui:toplevel
:executable t
:save-runtime-options t)