From 91b910077d1e0f5ac16cc136d7c70edd9fe9588b Mon Sep 17 00:00:00 2001 From: Nemo D'ACREMONT Date: Sat, 18 Oct 2025 18:25:10 +0200 Subject: [PATCH] fix: init submodule before update --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 37dd283..f956a41 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ PHONY += theme theme: themes/nostyleplease/README.md themes/nostyleplease/README.md: + git submodule init git submodule update PHONY += build