all: clean
	emacs -Q -batch -load build.el

clean:
	rm -f *.html *~

update-css:
	curl -L -o simple.min.css https://cdn.simplecss.org/simple.min.css
