aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-07-21 13:13:10 +0200
committerBad Diode <bd@badd10de.dev>2023-07-21 13:13:10 +0200
commit53729509f4f39690f025902df07bc38fc898ec65 (patch)
tree2d1093795b809d57c65d522bfb1e4c8e4a358824 /Makefile
parent1f7b89b12e39a57ab7ac16cc4eeb61740d0c14a9 (diff)
downloadstepper-53729509f4f39690f025902df07bc38fc898ec65.tar.gz
stepper-53729509f4f39690f025902df07bc38fc898ec65.zip
Prepare for parameter UI rework
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c131c5c..dd719cb 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.5 30TARGET := STEPPER-v1.6-dev
31ELF := $(BUILD_DIR)/$(TARGET).elf 31ELF := $(BUILD_DIR)/$(TARGET).elf
32BIN := $(BUILD_DIR)/$(TARGET).gba 32BIN := $(BUILD_DIR)/$(TARGET).gba
33 33