new-ryuslash.org/GNUmakefile
Tom Willemse c58e1e28fd Fix publishing
Since everything is published to public/ instead of public_html/ now, I don’t
need to move any directory.
2020-03-19 20:22:03 -07:00

18 lines
326 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/*