aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2024-01-15 14:50:21 +0100
committerBad Diode <bd@badd10de.dev>2024-01-15 14:50:21 +0100
commit65089bc6ca9e31878afd583e133cb376ef03f268 (patch)
tree3f11c40a5ddf7ac289b4e7014776dfc9a8a4f785 /Makefile
parente8f4708a6d809c33719ec2f773d23e05c8619b2b (diff)
downloadstepper-65089bc6ca9e31878afd583e133cb376ef03f268.tar.gz
stepper-65089bc6ca9e31878afd583e133cb376ef03f268.zip
[WIP] Initial implementation of CH3 envelope
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4686168..6a33d16 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-09 30TARGET := STEPPER-v1.8-dev-11
31ELF := $(BUILD_DIR)/$(TARGET).elf 31ELF := $(BUILD_DIR)/$(TARGET).elf
32BIN := $(BUILD_DIR)/$(TARGET).gba 32BIN := $(BUILD_DIR)/$(TARGET).gba
33 33