coopcloud.tech/makefile

7 lines
51 B
Makefile

DEFAULT: serve
serve:
@hugo serve
.PHONY: serve