summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files 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