aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2024-01-16 15:21:47 +0100
committerBad Diode <bd@badd10de.dev>2024-01-16 15:21:47 +0100
commitbda8ac3969d40b28c4c14683c1f722647fd17aec (patch)
tree17473683aa917a5aced51fc35e8c0866eb00595f /Makefile
parent950b4268b6283f0eb322ba93b623988abc0d4e96 (diff)
downloadstepper-bda8ac3969d40b28c4c14683c1f722647fd17aec.tar.gz
stepper-bda8ac3969d40b28c4c14683c1f722647fd17aec.zip
Further performance improvements
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 60a141c..89ea9b0 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.8-dev-20 30TARGET := STEPPER-v1.8-dev-21
31ELF := $(BUILD_DIR)/$(TARGET).elf 31ELF := $(BUILD_DIR)/$(TARGET).elf
32BIN := $(BUILD_DIR)/$(TARGET).gba 32BIN := $(BUILD_DIR)/$(TARGET).gba
33 33