From 65d861a5c2fb1bc93f5bf84a991bdd21f23be3dd Mon Sep 17 00:00:00 2001 From: Henny022p Date: Wed, 1 Mar 2023 19:34:10 +0100 Subject: [PATCH] add dependency to tools to more helper targets fixes asset extraction and parallel multi version builds without manually building tools first --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e79a3d26..394eacea 100644 --- a/Makefile +++ b/Makefile @@ -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