diff --git a/Makefile b/Makefile index 7fc5da1..79c4320 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,14 @@ -.PHONY: default all org org-code jekyll serve +.PHONY: default all clean org org-code jekyll serve default: all all: org org-code jekyll +clean: + rm -rf _site \ + _org \ + *.scheme + org: emacs --batch -u ${USER} -l org-publish.el