add dependency to tools to more helper targets

fixes asset extraction and parallel multi version builds without manually building tools first
This commit is contained in:
Henny022p 2023-03-01 19:34:10 +01:00
parent f9fcc589d0
commit 65d861a5c2
1 changed files with 2 additions and 2 deletions

View File

@ -14,14 +14,14 @@ jp: GAME_VERSION=JP
usa: GAME_VERSION=USA
demo_jp: GAME_VERSION=DEMO_JP
demo_usa: GAME_VERSION=DEMO_USA
eu jp usa demo_jp demo_usa:
eu jp usa demo_jp demo_usa: tools
@$(MAKE) GAME_VERSION=$(GAME_VERSION)
custom: tools
@$(MAKE) GAME_VERSION=USA CUSTOM=1
.PHONY: extract_assets
extract_assets:
extract_assets: tools
@$(MAKE) -f GBA.mk extract_assets
.PHONY: tools