From 51f775de06e63c9d2c3ba777953352a19ccfac3d Mon Sep 17 00:00:00 2001 From: Aetias Date: Fri, 27 Oct 2023 19:59:05 +0200 Subject: [PATCH] Build tools before `make extract` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8f97777f..573ecaf2 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ else endif .PHONY: extract -extract: +extract: tools $(TOOLS_DIR)/rom/extractrom -o $(BASE_DIR) -i $(BASE_ROM) .PHONY: arm9