refactor(make): remove unused sha1 checking

This commit is contained in:
Muhammad Nauman Raza 2025-01-08 19:05:26 +00:00
parent 496c10c96f
commit 7e13268d69
Signed by: devraza
GPG key ID: 91EAD6081011574B

View file

@ -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)