diff options
author | YamaArashi <shadow962@live.com> | 2016-09-10 18:01:21 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-09-10 18:01:21 -0700 |
commit | b7058e6b84396b05b10765a7704e16a5eb08133f (patch) | |
tree | 1c51d446fbdd606c12f0b30f53855f38665f6d4f | |
parent | 0fd94243cbb30a3cb540672f85d411fcd82e1cae (diff) |
fix 'make compare'
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ sapphire: pokesapphire.gba @: # For contributors to make sure a change didn't affect the contents of the ROM. -compare: both +compare: all @$(SHA1) rom.sha1 clean: |