summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2025-01-27 08:15:16 -0800
committerGitHub <noreply@github.com>2025-01-27 13:15:16 -0300
commitc767f4945595f558ce8639d0d723560a538c7243 (patch)
tree61c0af4ebef25ffd05390640cccd1a96afd70650 /Makefile
parent982ca889e2180165f7d2dd33c5fda2b6e8f998a0 (diff)
Extract Incbins (#1776)
* extract incbins infastructure * rspboot incbin * rsptext incbin * rspdata incbin * aspMainStack incbin * ipl3 incbin
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 42f5c2fc4..6c0787e77 100644
--- a/Makefile
+++ b/Makefile
@@ -492,6 +492,7 @@ setup:
$(MAKE) -C tools
$(PYTHON) tools/decompress_baserom.py -v $(VERSION)
$(PYTHON) tools/extract_baserom.py $(BASEROM_DIR)/baserom-decompressed.z64 $(EXTRACTED_DIR)/baserom -v $(VERSION)
+ $(PYTHON) tools/extract_incbins.py $(EXTRACTED_DIR)/baserom $(EXTRACTED_DIR)/incbin -v $(VERSION)
$(PYTHON) tools/extract_yars.py $(EXTRACTED_DIR)/baserom -v $(VERSION)
assets: