all: xbase

clean:
	rm -f *.fasl *~ xbase

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