From 66baed9d91ef51a128d1f9486026883024f188e4 Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Mon, 16 Oct 2023 06:12:15 -0300 Subject: [PATCH] replace literal with var --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 98998d15..27dbb172 100644 --- a/Makefile +++ b/Makefile @@ -215,7 +215,7 @@ endif #### Main Targets ### -decompress: baserom.us.z64 +decompress: $(BASEROM) @echo "Decompressing ROM..." @$(PYTHON) $(COMPTOOL) -d $(BASEROM) $(BASEROM_UNCOMPRESSED)