We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c03de commit 61ed581Copy full SHA for 61ed581
make-linux-binary.lisp
@@ -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