ce75237183ef757e5e3066104a1df0db09d31638
[blog.git] / Makefile
1 ## Makefile to export org in blog file to html
2
3 emacs ?= emacs
4
5 OUTDIR := ""
6
7 all:
8         $(emacs) -Q --script blog.el $(OUTDIR)
9
10 clean:
11         rm -rf _site/*