website/Makefile

12 lines
171 B
Makefile
Raw Normal View History

2020-11-06 22:16:12 +00:00
.PHONY = build
build: build-openring
hugo
.PHONY = build-openring
build-openring:
./bin/openring-create
.PHONY = serve
serve: build-openring
hugo serve --buildFuture