From 1105093ebc9f47b68d9e43e86ea85b3cb0e41f7c Mon Sep 17 00:00:00 2001 From: Alexey 'Cluster' Avdyukhin Date: Thu, 2 Nov 2023 13:13:02 +0400 Subject: Makefile fix (ENABLE_SOUND) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 356b1b3..6569e5a 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ endif ENABLE_SOUND ?= -1 ifneq ($(ENABLE_SOUND),-1) -NESASM_OPTS += -D ENABLE_SOUND = $(ENABLE_SOUND) +NESASM_OPTS += -D ENABLE_SOUND=$(ENABLE_SOUND) endif STARS ?= -1 -- cgit v1.2.3