.PHONY = build build: build-openring hugo .PHONY = build-openring build-openring: ./bin/openring-create --input assets/templates/openring-input.html --output layouts/partials/openring.html .PHONY = serve serve: build-openring hugo serve --buildFuture