Skip to content

Commit

Permalink
Makefile fix (ENABLE_SOUND)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClusterM committed Nov 2, 2023
1 parent a4772f9 commit 1105093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1105093

Please sign in to comment.