made easily buildable.

This commit is contained in:
Silas Vedder 2022-05-05 13:09:40 +02:00
parent 1243222d9d
commit c4b3fd0a6a
2 changed files with 4 additions and 2 deletions

View File

@ -130,3 +130,6 @@
(defun main ()
(start)
(loop))
(defun build ()
(sb-ext:save-lisp-and-die "bible" :executable t :toplevel #'main))

View File

@ -2,5 +2,4 @@
(defpackage #:cl-bible
(:use #:cl #:clog #:clog-gui)
(:exports main
start))
(:exports start))