diff options
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 |