sst/build.lisp
J S 3c2ad92190
feat[all] Minimum example reached.
- Added command-line options for help, version, and setting/unsetting a
single option.
- Added test files
- Added error check for empty file.
2023-12-19 23:58:12 -05:00

8 lines
227 B
Common Lisp

;; 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)