aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-04-09 13:07:25 +0200
committerBad Diode <bd@badd10de.dev>2023-04-09 13:07:25 +0200
commit94a112cbb3d7afd398ec32c5b1149352144f71b7 (patch)
treea0b7286f2ec036623d0bca4d605445bd1f633327 /Makefile
parent4198973c29b4c91c2a40c5c637d00881ceb4511e (diff)
downloadstepper-94a112cbb3d7afd398ec32c5b1149352144f71b7.tar.gz
stepper-94a112cbb3d7afd398ec32c5b1149352144f71b7.zip
Fix a bug with noise channel envelope
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b6e0ada..61361e2 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.0 30TARGET := STEPPER-v1.1
31ELF := $(BUILD_DIR)/$(TARGET).elf 31ELF := $(BUILD_DIR)/$(TARGET).elf
32BIN := $(BUILD_DIR)/$(TARGET).gba 32BIN := $(BUILD_DIR)/$(TARGET).gba
33 33