diff options
| author | yenatch <yenatch@gmail.com> | 2017-06-24 18:34:25 -0400 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2017-06-24 18:42:28 -0400 |
| commit | f03b898250597680f115cec5cec06953b403acf9 (patch) | |
| tree | 86caaf639a4f272ced57ce174d1a65dd613d1b44 /tools/Makefile | |
| parent | f12e42ab6d41740a6e9302f1f12250a0f72c3f9d (diff) | |
Add a md5 tool to avoid md5sum dependency.
md5sum is missing in macOS and (presumably) BSD.
An alternative would have been to use sha1sum instead, but it's probably
a good idea to have as few dependencies as possible, so this doesn't
happen again.
fixes #364
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 |
