pedini.dev/makefile

13 lines
114 B
Makefile

#!make
default: build
prep:
git submodule update --init --recursive
build: prep
hugo
run: prep
hugo server