made easily buildable.
This commit is contained in:
parent
1243222d9d
commit
c4b3fd0a6a
@ -130,3 +130,6 @@
|
|||||||
(defun main ()
|
(defun main ()
|
||||||
(start)
|
(start)
|
||||||
(loop))
|
(loop))
|
||||||
|
|
||||||
|
(defun build ()
|
||||||
|
(sb-ext:save-lisp-and-die "bible" :executable t :toplevel #'main))
|
||||||
|
@ -2,5 +2,4 @@
|
|||||||
|
|
||||||
(defpackage #:cl-bible
|
(defpackage #:cl-bible
|
||||||
(:use #:cl #:clog #:clog-gui)
|
(:use #:cl #:clog #:clog-gui)
|
||||||
(:exports main
|
(:exports start))
|
||||||
start))
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user