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