.POSIX: all: build build: @hugo build --minify serve: @rm -rf public @hugo server --disableFastRender --minify deploy: all @echo "deploy" .PHONY: all build serve deploy