fix: init submodule before update

This commit is contained in:
Nemo D'ACREMONT 2025-10-18 18:25:10 +02:00
parent b243dd38be
commit 91b910077d
No known key found for this signature in database

View File

@ -11,6 +11,7 @@ PHONY += theme
theme: themes/nostyleplease/README.md theme: themes/nostyleplease/README.md
themes/nostyleplease/README.md: themes/nostyleplease/README.md:
git submodule init
git submodule update git submodule update
PHONY += build PHONY += build