.PHONY: all .DEFAULT_GOAL := all all: clean html html: @./publish.el watch: @fswatch -0 path | while read -d "" event \ do; ./publish.el "${event}"; done clean: @rm -rf ./dist/