Change make file and blog.el
[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/*