From 9924c4086ab68988afcb808218ddfb7ccab0ae3f Mon Sep 17 00:00:00 2001 From: Henny022p Date: Sun, 26 Feb 2023 04:02:51 +0100 Subject: [PATCH] expose extract_assets target in top level Makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index afa20588..e79a3d26 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,10 @@ eu jp usa demo_jp demo_usa: custom: tools @$(MAKE) GAME_VERSION=USA CUSTOM=1 +.PHONY: extract_assets +extract_assets: + @$(MAKE) -f GBA.mk extract_assets + .PHONY: tools tools: tools/bin