summaryrefslogtreecommitdiff
path: root/arm9
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-05-29 16:43:12 -0400
committerGitHub <noreply@github.com>2020-05-29 16:43:12 -0400
commit0ff1d4e382111d9d55245fa9e195508a426a0753 (patch)
tree5245f80d2ec0cb84656869a8d2dd6cb6d3199a9b /arm9
parente6c0d16a679663e816130ca7bc793cab682f911c (diff)
parenta03ce8e44753728ff82ae4bdf84de04a6e9a30ce (diff)
Merge pull request #129 from ProjectRevoTPP/makefile_compare
add COMPARE option to Makefile(s).
Diffstat (limited to 'arm9')
-rw-r--r--arm9/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arm9/Makefile b/arm9/Makefile
index 994575ff..b15d1b51 100644
--- a/arm9/Makefile
+++ b/arm9/Makefile
@@ -222,8 +222,10 @@ endif
MAKEFLAGS += --no-print-directory
all: $(ROM)
+ifeq ($(COMPARE),1)
@$(SHA1SUM) -c $(TARGET).sha1
@echo $(ROM): OK
+endif
clean: mostlyclean
make -C $(TOOLS_DIR)/mwasmarm_patcher clean