aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-08-04 15:39:10 +0200
committerBad Diode <bd@badd10de.dev>2023-08-04 15:39:10 +0200
commite66f7459129285ff0c69d17089c144189b0dad80 (patch)
treed2fbdaebb35bc21745b553cb998f974de1692be6 /Makefile
parent76dca3d333c13d0406daa4900a9a21b48c06915b (diff)
downloadstepper-e66f7459129285ff0c69d17089c144189b0dad80.tar.gz
stepper-e66f7459129285ff0c69d17089c144189b0dad80.zip
Prepare for releasev1.6
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4b07fd3..802caf9 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-dev-rc2 30TARGET := STEPPER-v1.6
31ELF := $(BUILD_DIR)/$(TARGET).elf 31ELF := $(BUILD_DIR)/$(TARGET).elf
32BIN := $(BUILD_DIR)/$(TARGET).gba 32BIN := $(BUILD_DIR)/$(TARGET).gba
33 33