6 lines
81 B
Makefile
6 lines
81 B
Makefile
fetch:
|
|
git submodule update --init --recursive
|
|
|
|
build: fetch
|
|
cd website; hugo
|