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

github.com/ClusterM/coolboy-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:36 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2023-11-02 12:13:36 +0300
commit8a317cea3c486ac27b8b9b27f343bbd66a8d810a (patch)
treee2efd46411be2595d1fb2811252a3b4bf0715663
parent052df92c88fb018cd417ced178155f3666459ad7 (diff)
Makefile fix (ENABLE_SOUND)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aeb5f55..ccb72ee 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,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