Usability fixes

This commit is contained in:
Ethan Roseman
2020-06-06 19:56:04 -04:00
parent 5b2d51a391
commit 3f369541da
8 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -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)