aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2024-02-02 09:23:56 +0100
committerBad Diode <bd@badd10de.dev>2024-02-02 09:23:56 +0100
commit490dd6a54ded91f78c3b7b33af774ef43283ad2d (patch)
tree0a38d852627894d15f385a57db8e27c75740c7ec /Makefile
parent8cc0da2ca7ba0cb3e44deea8eb031a36d96f7c72 (diff)
downloadstepper-490dd6a54ded91f78c3b7b33af774ef43283ad2d.tar.gz
stepper-490dd6a54ded91f78c3b7b33af774ef43283ad2d.zip
Add more notification hints
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7608f79..58ff775 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-22 30TARGET := STEPPER-v1.8-dev-23
31ELF := $(BUILD_DIR)/$(TARGET).elf 31ELF := $(BUILD_DIR)/$(TARGET).elf
32BIN := $(BUILD_DIR)/$(TARGET).gba 32BIN := $(BUILD_DIR)/$(TARGET).gba
33 33