Makefile @ 9e8676b0f244

Initial commit
author Steve Losh <steve@stevelosh.com>
date Tue, 05 Mar 2024 11:20:14 -0500
parents (none)
children 90717aee8905
.PHONY: all

all: mw

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