aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-04-23 22:22:03 +0200
committerBad Diode <bd@badd10de.dev>2023-04-23 22:22:03 +0200
commitfa26d1a58d629c151edab565080e19102a99bfc7 (patch)
tree07f6b9f61e55aa9ef4e440b864a6435ffca1dfbc /Makefile
parentfba5fc17df5c5e2e6a56ca13844771984cf30dc7 (diff)
downloadstepper-fa26d1a58d629c151edab565080e19102a99bfc7.tar.gz
stepper-fa26d1a58d629c151edab565080e19102a99bfc7.zip
Fix a couple of final bugs before releasev1.2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 61361e2..cb49812 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.1 30TARGET := STEPPER-v1.2
31ELF := $(BUILD_DIR)/$(TARGET).elf 31ELF := $(BUILD_DIR)/$(TARGET).elf
32BIN := $(BUILD_DIR)/$(TARGET).gba 32BIN := $(BUILD_DIR)/$(TARGET).gba
33 33