aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2024-01-16 11:13:12 +0100
committerBad Diode <bd@badd10de.dev>2024-01-16 11:13:12 +0100
commit505b77cf2b955d01016707bd216cca1dae174c36 (patch)
tree4039583cef67b5873626823b8e3b55ed63a914d3 /Makefile
parent8c33aeda7cd65a5797930340c2728a9464e98b9f (diff)
downloadstepper-505b77cf2b955d01016707bd216cca1dae174c36.tar.gz
stepper-505b77cf2b955d01016707bd216cca1dae174c36.zip
Add Attack/Decay envelope to CH3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d7c0b05..816b819 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-16 30TARGET := STEPPER-v1.8-dev-18
31ELF := $(BUILD_DIR)/$(TARGET).elf 31ELF := $(BUILD_DIR)/$(TARGET).elf
32BIN := $(BUILD_DIR)/$(TARGET).gba 32BIN := $(BUILD_DIR)/$(TARGET).gba
33 33