From 152b5530dd31c7abadca9e1825ae787de6a2c66e Mon Sep 17 00:00:00 2001 From: GriffinR Date: Tue, 1 Oct 2019 02:42:24 -0400 Subject: Add shasum in addition to sha1sum --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 67616449d..5077a48d7 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ CC1 := tools/agbcc/bin/agbcc$(EXE) CPP := $(PREFIX)cpp LD := $(PREFIX)ld OBJCOPY := $(PREFIX)objcopy -SHA1SUM := sha1sum -c +SHA1SUM := $(shell { command -v sha1sum || command -v shasum; } 2>/dev/null) -c GBAGFX := tools/gbagfx/gbagfx$(EXE) RSFONT := tools/rsfont/rsfont$(EXE) AIF2PCM := tools/aif2pcm/aif2pcm$(EXE) -- cgit v1.2.3