diff options
author | Garak <garakmon@gmail.com> | 2018-08-11 21:29:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-11 21:29:54 -0400 |
commit | e0a9faacb58311b697cf704823f8279a077716f0 (patch) | |
tree | 432365cd7baf46b5f6c5bd2a42d92e404491a877 | |
parent | 2cfc7bd358561aa88930a07e2a05d3c919c3beb3 (diff) |
sha1sum -> sha1
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ LDFLAGS = -Map ../../$(MAP) LIB := -L ../../tools/agbcc/lib -lgcc -lc -SHA1SUM := $(shell { command -v sha1sum || command -v shasum; } 2>/dev/null) -c +SHA1 := $(shell { command -v sha1sum || command -v shasum; } 2>/dev/null) -c GFX := tools/gbagfx/gbagfx AIF := tools/aif2pcm/aif2pcm MID := $(abspath tools/mid2agb/mid2agb) |