aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-08-08 18:50:46 +0200
committerBad Diode <bd@badd10de.dev>2023-08-08 18:50:46 +0200
commitbb4af22481a27d9324f5377b7024e3592d4227ff (patch)
tree7b6704fc1f8f719eb6a9abe4e5c7c220e142dbb0 /Makefile
parent8aa5155ecfbaaa2e67f82561352a5857bc86d39e (diff)
downloadstepper-bb4af22481a27d9324f5377b7024e3592d4227ff.tar.gz
stepper-bb4af22481a27d9324f5377b7024e3592d4227ff.zip
Update main UI with new 1.7 design
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 802caf9..694ba3a 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.6 30TARGET := STEPPER-v1.7-dev
31ELF := $(BUILD_DIR)/$(TARGET).elf 31ELF := $(BUILD_DIR)/$(TARGET).elf
32BIN := $(BUILD_DIR)/$(TARGET).gba 32BIN := $(BUILD_DIR)/$(TARGET).gba
33 33