mirror of
https://github.com/correl/sicp.git
synced 2024-11-23 11:09:57 +00:00
12 lines
135 B
Makefile
12 lines
135 B
Makefile
.PHONY: org jekyll
|
|
|
|
default: org jekyll
|
|
|
|
org:
|
|
emacs --batch -u ${USER} -l org-publish.el
|
|
|
|
jekyll:
|
|
jekyll build
|
|
|
|
serve:
|
|
jekyll serve
|