all: xbase

%: %.lisp
	sbcl --load $< --eval "(save-lisp-and-die \"$@\" :toplevel #'main :executable t)"
