pedini.dev/makefile

10 lines
56 B
Makefile

#!make
default: build
build:
hugo
run:
hugo server