website/Makefile
2020-11-07 06:16:12 +08:00

12 lines
171 B
Makefile

.PHONY = build
build: build-openring
hugo
.PHONY = build-openring
build-openring:
./bin/openring-create
.PHONY = serve
serve: build-openring
hugo serve --buildFuture