mirror of
https://github.com/correl/sicp.git
synced 2024-11-23 19:19:56 +00:00
13 lines
135 B
Makefile
13 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
|