#!/usr/bin/make .PHONY: site all clean all: site site: sbcl --userinit `pwd`/make.lisp clean: @rm -f *~ \#*\# .\#* memdump