mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-02 16:23:57 +03:00
14 lines
377 B
Makefile
14 lines
377 B
Makefile
VERSION ?= us
|
|
|
|
BASEROM := baserom.$(VERSION).z64
|
|
TARGET := starfox64
|
|
|
|
SPLAT ?= tools/splat/split.py
|
|
SPLAT_YAML ?= $(TARGET).$(VERSION).yaml
|
|
|
|
|
|
|
|
extract:
|
|
# $(RM) -r asm/$(VERSION) bin/$(VERSION)
|
|
# $(CAT) yamls/$(VERSION)/header.yaml yamls/$(VERSION)/makerom.yaml yamls/$(VERSION)/main.yaml > $(SPLAT_YAML)
|
|
$(SPLAT) yamls/$(SPLAT_YAML)
|