new-ryuslash.org/GNUmakefile
Tom Willemse 099356512e Move org-timestamps directory to project
I prefer keeping everything local so nothing can interfere with one another.
2020-03-19 20:38:13 -07:00

18 lines
322 B
Makefile

.PHONY: publish html css
site: html css
html:
@echo "Publishing..."
cask emacs --quick --batch --load publish.el --funcall org-publish-all
css: public/assets/css/main.css
public/assets/css/%.css: src/less/%.less
lessc $^ $@
clean:
@echo "Cleaning up..."
@rm -rvf *.elc
@rm -rvf public
@rm -rvf .org-timestamps