Makefile @ 1af33b2f2616

First version

Apparently I forgot to commit the actual program when I originally
made this repo, incredible.
author Steve Losh <steve@stevelosh.com>
date Thu, 07 Mar 2024 14:42:49 -0500
parents 9e8676b0f244
children 90717aee8905
.PHONY: all

all: mw

mw: mw.lisp static/style.css
	sbcl --load mw.lisp --eval '(mw:build)'