Build tools before make extract

This commit is contained in:
Aetias
2023-10-27 19:59:05 +02:00
parent ab04d0b8f2
commit 51f775de06
+1 -1
View File
@@ -57,7 +57,7 @@ else
endif
.PHONY: extract
extract:
extract: tools
$(TOOLS_DIR)/rom/extractrom -o $(BASE_DIR) -i $(BASE_ROM)
.PHONY: arm9