1 2 3 4 5 6 7 8 9 10 11 12 13 14
.phony: site site-local run publish site: emacs --script publish.el site-local: CONFIG=local emacs --script publish.el run: site-local rm -f output/static ln -sfv ../static output/static mongoose-server -d output publish: site ./upload.sh