aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 05bd18238789a128f6e6ce1a4a6b1ee3b84c3172 (plain)
1
2
3
4
5
6
7
8
9
.PHONY: all
all:
	emacs -Q --script publish.el

.PHONY: clean
clean:
	rm -rf xhtml/*
	rm -rf gopher/*