From e8f4708a6d809c33719ec2f773d23e05c8619b2b Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Mon, 15 Jan 2024 10:17:58 +0100 Subject: Fix bug when sound would not be stopped in link mode when toggling --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 144c978..4686168 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ INC_FLAGS := $(addprefix -I,$(INC_DIRS)) INC_FLAGS += -I$(LIBGBA_SRC) # Output library names and executables. -TARGET := STEPPER-v1.8-dev-08 +TARGET := STEPPER-v1.8-dev-09 ELF := $(BUILD_DIR)/$(TARGET).elf BIN := $(BUILD_DIR)/$(TARGET).gba -- cgit v1.2.1