Makefile @ bcc1fdf7aa10

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

all: mw

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