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