This repository has been archived on 2021-12-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
beta.lumbung.space/makefile
T
2021-07-13 10:41:39 +02:00

7 lines
51 B
Makefile

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