refactor(make): remove unused sha1 checking
This commit is contained in:
parent
496c10c96f
commit
7e13268d69
1 changed files with 0 additions and 4 deletions
4
Makefile
4
Makefile
|
@ -170,7 +170,6 @@ ROMTEST ?= $(shell { command -v mgba-rom-test || command -v $(TOOLS_DIR)/mg
|
|||
ROMTESTHYDRA := $(TOOLS_DIR)/mgba-rom-test-hydra/mgba-rom-test-hydra$(EXE)
|
||||
|
||||
PERL := perl
|
||||
SHA1 := $(shell { command -v sha1sum || command -v shasum; } 2>/dev/null) -c
|
||||
|
||||
MAKEFLAGS += --no-print-directory
|
||||
|
||||
|
@ -284,9 +283,6 @@ check: $(TESTELF)
|
|||
|
||||
# Other rules
|
||||
rom: $(ROM)
|
||||
ifeq ($(COMPARE),1)
|
||||
@$(SHA1) rom.sha1
|
||||
endif
|
||||
|
||||
syms: $(SYM)
|
||||
|
||||
|
|
Loading…
Reference in a new issue