From 65089bc6ca9e31878afd583e133cb376ef03f268 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Mon, 15 Jan 2024 14:50:21 +0100 Subject: [WIP] Initial implementation of CH3 envelope --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4686168..6a33d16 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ INC_FLAGS := $(addprefix -I,$(INC_DIRS)) INC_FLAGS += -I$(LIBGBA_SRC) # Output library names and executables. -TARGET := STEPPER-v1.8-dev-09 +TARGET := STEPPER-v1.8-dev-11 ELF := $(BUILD_DIR)/$(TARGET).elf BIN := $(BUILD_DIR)/$(TARGET).gba -- cgit v1.2.1