mirror of https://github.com/zeldaret/tmc.git
updated output file name to reflect project name changes
This commit is contained in:
parent
5b2d51a391
commit
2a82236607
|
@ -38,7 +38,7 @@ To set up the repository:
|
||||||
|
|
||||||
cd ../tmc
|
cd ../tmc
|
||||||
|
|
||||||
To build **zeldatmc.gba**:
|
To build **tmc.gba**:
|
||||||
|
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
|
|
||||||
|
|
4
Makefile
4
Makefile
|
@ -15,7 +15,7 @@ MAKER_CODE := 01
|
||||||
|
|
||||||
SHELL := /bin/bash -o pipefail
|
SHELL := /bin/bash -o pipefail
|
||||||
|
|
||||||
BUILD_NAME := zeldatmc
|
BUILD_NAME := tmc
|
||||||
ROM := $(BUILD_NAME).gba
|
ROM := $(BUILD_NAME).gba
|
||||||
OBJ_DIR := build/$(BUILD_NAME)
|
OBJ_DIR := build/$(BUILD_NAME)
|
||||||
|
|
||||||
|
@ -115,7 +115,7 @@ all: tools rom
|
||||||
|
|
||||||
rom: $(ROM)
|
rom: $(ROM)
|
||||||
ifeq ($(COMPARE),1)
|
ifeq ($(COMPARE),1)
|
||||||
@$(SHA1) zeldatmc.sha1
|
@$(SHA1) tmc.sha1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
tools: $(TOOLDIRS)
|
tools: $(TOOLDIRS)
|
||||||
|
|
Loading…
Reference in New Issue