diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-05-29 17:14:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-29 17:14:26 -0400 |
commit | 55b3ccba415f8a7a152e91fca08a81420dd03959 (patch) | |
tree | 761a2e1d92bf94e6c6ba9c43a5c03f279d4bb491 /arm9 | |
parent | d49c4d84a4e86c64c73f60ae0d882529734743b9 (diff) | |
parent | 0ff1d4e382111d9d55245fa9e195508a426a0753 (diff) |
Merge branch 'master' into work
Diffstat (limited to 'arm9')
-rw-r--r-- | arm9/Makefile | 2 |
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 |