aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2024-01-16 10:32:28 +0100
committerBad Diode <bd@badd10de.dev>2024-01-16 10:32:28 +0100
commit8c33aeda7cd65a5797930340c2728a9464e98b9f (patch)
treef7e9548d326fac18d1e7f778a6681fa8da9a4981 /Makefile
parent77374dacdee448b9dea733c0e444da07942b3238 (diff)
downloadstepper-8c33aeda7cd65a5797930340c2728a9464e98b9f.tar.gz
stepper-8c33aeda7cd65a5797930340c2728a9464e98b9f.zip
[WIP] Full implementation of attack/decay for ch3 (bugs?)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7afaf9d..d7c0b05 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-15 30TARGET := STEPPER-v1.8-dev-16
31ELF := $(BUILD_DIR)/$(TARGET).elf 31ELF := $(BUILD_DIR)/$(TARGET).elf
32BIN := $(BUILD_DIR)/$(TARGET).gba 32BIN := $(BUILD_DIR)/$(TARGET).gba
33 33