make clean rule

This commit is contained in:
Correl Roush 2014-05-19 02:15:05 -04:00
parent 8571154996
commit fb69e16262

View file

@ -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