aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-09-15 10:47:26 +0200
committerBad Diode <bd@badd10de.dev>2023-09-15 10:47:26 +0200
commite1680f8c586dfd111b794c0e6f7cc9ed81a76b0b (patch)
tree10e7b78f67294aede60c4af4adb5c99ae5de5db3 /Makefile
parent140fa93b0286f2d986cc4ba30b6be33b6c48af3e (diff)
downloadstepper-e1680f8c586dfd111b794c0e6f7cc9ed81a76b0b.tar.gz
stepper-e1680f8c586dfd111b794c0e6f7cc9ed81a76b0b.zip
Prepare for release
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6bf8ba7..00e643d 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.7-rc3 30TARGET := STEPPER-v1.7
31ELF := $(BUILD_DIR)/$(TARGET).elf 31ELF := $(BUILD_DIR)/$(TARGET).elf
32BIN := $(BUILD_DIR)/$(TARGET).gba 32BIN := $(BUILD_DIR)/$(TARGET).gba
33 33