diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2025-01-27 08:15:16 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-27 13:15:16 -0300 |
| commit | c767f4945595f558ce8639d0d723560a538c7243 (patch) | |
| tree | 61c0af4ebef25ffd05390640cccd1a96afd70650 /Makefile | |
| parent | 982ca889e2180165f7d2dd33c5fda2b6e8f998a0 (diff) | |
Extract Incbins (#1776)
* extract incbins infastructure
* rspboot incbin
* rsptext incbin
* rspdata incbin
* aspMainStack incbin
* ipl3 incbin
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |
