aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-07-12 16:02:28 +0200
committerBad Diode <bd@badd10de.dev>2023-07-12 16:02:28 +0200
commitd2be261b88753c3e0fdeb7588057aa3f1648ead5 (patch)
tree3463064f6101c76432a30788eeff25e03e73b2a6 /Makefile
parent8d04ec381b8e28fe9d84ddf2e9f295723a95c407 (diff)
downloadstepper-d2be261b88753c3e0fdeb7588057aa3f1648ead5.tar.gz
stepper-d2be261b88753c3e0fdeb7588057aa3f1648ead5.zip
Add notification bar and mockup of pattern chaining
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 48a3049..739a385 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.4 30TARGET := STEPPER-v1.5-dev
31ELF := $(BUILD_DIR)/$(TARGET).elf 31ELF := $(BUILD_DIR)/$(TARGET).elf
32BIN := $(BUILD_DIR)/$(TARGET).gba 32BIN := $(BUILD_DIR)/$(TARGET).gba
33 33