7 lines
51 B
Makefile
7 lines
51 B
Makefile
DEFAULT: serve
|
|
|
|
serve:
|
|
@hugo serve
|
|
|
|
.PHONY: serve
|