diff options
| author | yenatch <yenatch@gmail.com> | 2017-06-24 19:06:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-24 19:06:37 -0400 |
| commit | 60f6430d05cb858df709f6bd87ef02526bb12077 (patch) | |
| tree | 17edb04dcd0fd09d0d14459ea5566093305b04dd /tools/Makefile | |
| parent | d0d61cb3ab847ff0c72a840363b89d4acf05b5f5 (diff) | |
| parent | 0fbc74a8c7596455b1cf33e1ff8c499215e1c1e1 (diff) | |
Merge pull request #371 from yenatch/graphics
Use sha1sum instead of md5sum to compare roms
Diffstat (limited to 'tools/Makefile')
| -rw-r--r-- | tools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 57a4d84ce..202961c3e 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -9,7 +9,8 @@ all: \ palette \ pokemon_animation \ pokemon_animation_graphics \ - gfx + gfx \ + md5 @: %: %.c |
