coopcloud.tech/makefile
2021-01-09 18:01:45 +01:00

7 lines
51 B
Makefile

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