sicp/Makefile

13 lines
135 B
Makefile
Raw Normal View History

2014-05-19 04:22:42 +00:00
.PHONY: org jekyll
default: org jekyll
org:
emacs --batch -u ${USER} -l org-publish.el
jekyll:
jekyll build
serve:
jekyll serve