10 lines
56 B
Makefile
10 lines
56 B
Makefile
#!make
|
|
|
|
default: build
|
|
|
|
build:
|
|
hugo
|
|
|
|
run:
|
|
hugo server
|