Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/coolgirl-multirom-builder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2023-11-02 12:13:02 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2023-11-02 12:13:02 +0300
commit1105093ebc9f47b68d9e43e86ea85b3cb0e41f7c (patch)
treebb018bf5a2be57dea4023dbd4a608ba46890c8e7
parenta4772f9d65df2e4c3027066db31c435cd7baef7a (diff)
Makefile fix (ENABLE_SOUND)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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