You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
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
This commit is contained in:
@@ -9,7 +9,8 @@ all: \
|
||||
palette \
|
||||
pokemon_animation \
|
||||
pokemon_animation_graphics \
|
||||
gfx
|
||||
gfx \
|
||||
md5
|
||||
@:
|
||||
|
||||
%: %.c
|
||||
|
Reference in New Issue
Block a user