https://git.spwbk.site/swatson/clwars/raw/master/make.sh
___________________________________
#!/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))"