aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 73a8f0cf0f84286665300c56f2af25914b212552 (plain)
1
2
3
4
5
6
7
8
9
10
11
.PHONY: all
all:
	@$(MAKE) -C org/blog
	emacs -Q --script publish.el

.PHONY: clean
clean:
	@$(MAKE) -C org/blog clean
	rm -rf xhtml/*
	rm -rf gopher/*