Skip to content

Commit 61ed581

Browse files
committed
adding script making linux binary
1 parent 33c03de commit 61ed581

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

make-linux-binary.lisp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
;; using this to make linux binary. Before that, we have to configure asdf
2+
;; correctly, so that ASD files can be found.
3+
4+
(require "org.xzpeter.game.starwar")
5+
(in-package :org.xzpeter.game.starwar)
6+
(sb-ext:save-lisp-and-die "starwar" :toplevel #'main :executable t)

0 commit comments

Comments
 (0)