Explorar el Código

Include shell script to build image

Simon Watson hace 5 meses
padre
commit
686dbb6bef
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      make.sh

+ 4 - 0
make.sh

@@ -0,0 +1,4 @@
+#!/bin/bash
+
+# Expects 'clwars to be a setup project via ~/common-lisp
+sbcl --eval "(progn (asdf:load-system 'clwars) (sb-ext:save-lisp-and-die \"game-image\" :toplevel 'main :executable t :compression t))"