From 9e0e0f23cde4e706dd49c5e14f8ac1a4c1e355f8 Mon Sep 17 00:00:00 2001 From: Max Fierke Date: Tue, 6 Feb 2024 20:16:43 -0600 Subject: [PATCH] Do submodule update as part of vendor pulls --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 77a1713..72aa924 100644 --- a/Makefile +++ b/Makefile @@ -69,6 +69,8 @@ cpu_instrs: bin/gogo-gb vendor/gameboy-doctor/gameboy-doctor vendor/gb-test-roms vendor/gameboy-doctor/gameboy-doctor: git submodule init + git submodule update vendor/gb-test-roms/cpu_instrs/individual/*.gb: git submodule init + git submodule update