Makefile @ d9ae1a68cda2 default tip

Downcase titles in lookup table

I know this isn't i18n friendly, but this thing is only for
me and it will make my life significantly easier, so too bad.
author Steve Losh <steve@stevelosh.com>
date Thu, 09 May 2024 16:06:08 -0400
parents 90717aee8905
children (none)
.PHONY: all

all: mw

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