aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2024-01-06 15:30:18 +0100
committerBad Diode <bd@badd10de.dev>2024-01-06 15:30:18 +0100
commita5f47ed59a29486c7ad3ee60811c5928862b24f8 (patch)
treea70326fe7ca6517ce64486b5a354501878a53658 /Makefile
parentd908768c07b0db26ac24610eac5edd627490a77b (diff)
downloadstepper-a5f47ed59a29486c7ad3ee60811c5928862b24f8.tar.gz
stepper-a5f47ed59a29486c7ad3ee60811c5928862b24f8.zip
Fix bank switching behaviour bug
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e867ed3..6b7ec3a 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ INC_FLAGS := $(addprefix -I,$(INC_DIRS))
27INC_FLAGS += -I$(LIBGBA_SRC) 27INC_FLAGS += -I$(LIBGBA_SRC)
28 28
29# Output library names and executables. 29# Output library names and executables.
30TARGET := STEPPER-v1.8-dev-05 30TARGET := STEPPER-v1.8-dev-06
31ELF := $(BUILD_DIR)/$(TARGET).elf 31ELF := $(BUILD_DIR)/$(TARGET).elf
32BIN := $(BUILD_DIR)/$(TARGET).gba 32BIN := $(BUILD_DIR)/$(TARGET).gba
33 33