From 8618369c14be7110bbff9614824ea8b83426825b Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Mon, 16 Mar 2026 17:42:10 -0400 Subject: makefile: init submodules --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ebcd1ae..1f2850c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ MODS = themes/aoidh static/resume -build: static/resume.png +build: ${MODS} static/resume.png hugo build publish: build @@ -19,5 +19,4 @@ static/resume.png: static/resume.pdf gs -dNOPAUSE -dBATCH -sDEVICE=png16m -r300 -sOutputFile=$@ $< ${MODS}: - git submodule init - git submodule update --recursive + git submodule update --init --recursive -- cgit v1.2.3