Makefile @ 8880bc047a85

Add name
author Steve Losh <steve@stevelosh.com>
date Tue, 05 Mar 2024 11:29:53 -0500
parents 9e8676b0f244
children 90717aee8905
.PHONY: all

all: mw

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