Files
lumbung.space/beta.lumbung.space/makefile
2021-12-15 11:29:58 +01:00

7 lines
51 B
Makefile

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