From a5f47ed59a29486c7ad3ee60811c5928862b24f8 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Sat, 6 Jan 2024 15:30:18 +0100 Subject: Fix bank switching behaviour bug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e867ed3..6b7ec3a 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-05 +TARGET := STEPPER-v1.8-dev-06 ELF := $(BUILD_DIR)/$(TARGET).elf BIN := $(BUILD_DIR)/$(TARGET).gba -- cgit v1.2.1