diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-05-29 15:10:17 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-05-29 15:10:17 -0400 |
commit | a03ce8e44753728ff82ae4bdf84de04a6e9a30ce (patch) | |
tree | 5245f80d2ec0cb84656869a8d2dd6cb6d3199a9b /arm7 | |
parent | e6c0d16a679663e816130ca7bc793cab682f911c (diff) |
add COMPARE option to Makefile(s).
Diffstat (limited to 'arm7')
-rw-r--r-- | arm7/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arm7/Makefile b/arm7/Makefile index 4d89fbd1..8e1dc1d0 100644 --- a/arm7/Makefile +++ b/arm7/Makefile @@ -117,7 +117,9 @@ endif MAKEFLAGS += --no-print-directory all: $(ROM) +ifeq ($(COMPARE),1) @$(SHA1SUM) -c $(TARGET).sha1 +endif clean: mostlyclean make -C $(TOOLS_DIR)/mwasmarm_patcher clean |