Skip to content

Commit

Permalink
Do submodule update as part of vendor pulls
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfierke committed Feb 7, 2024
1 parent 78682e4 commit 9e0e0f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9e0e0f2

Please sign in to comment.