summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files 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