Makefile @ 90717aee8905

Add static file copying
author Steve Losh <steve@stevelosh.com>
date Tue, 12 Mar 2024 10:24:34 -0400
parents 9e8676b0f244
children (none)
.PHONY: all

all: mw

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