lumbung.space/makefile
2021-12-15 12:08:23 +01:00

7 lines
51 B
Makefile

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