diff --git a/Makefile b/Makefile index b46407218..3abc33e62 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ clean: rm -rf public dependencies: - (cd themes/falco-fresh && npm install) + (cd themes/docsy && git submodule update -f --init && cd ../..) serve: dependencies hugo server \