mirror of
https://github.com/zeldaret/tmc
synced 2026-06-28 19:20:53 -04:00
Usability fixes
This commit is contained in:
@@ -15,7 +15,7 @@ MAKER_CODE := 01
|
||||
|
||||
SHELL := /bin/bash -o pipefail
|
||||
|
||||
BUILD_NAME := zeldatmc
|
||||
BUILD_NAME := tmc
|
||||
ROM := $(BUILD_NAME).gba
|
||||
OBJ_DIR := build/$(BUILD_NAME)
|
||||
|
||||
@@ -115,7 +115,7 @@ all: tools rom
|
||||
|
||||
rom: $(ROM)
|
||||
ifeq ($(COMPARE),1)
|
||||
@$(SHA1) zeldatmc.sha1
|
||||
@$(SHA1) tmc.sha1
|
||||
endif
|
||||
|
||||
tools: $(TOOLDIRS)
|
||||
|
||||
Reference in New Issue
Block a user