Add cgi-bin folder
[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 update:
10         git pull
11         $(emacs) -Q --script blog.el $(OUTDIR)
12
13 clean:
14         rm -rf _site/*