From 7399fd06ad3e9682a619550c6de50a565ccc3a25 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Mon, 24 Apr 2023 14:49:38 +0200 Subject: Prepare for per-channel param adjustment --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cb49812..02ee360 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.2 +TARGET := STEPPER-v1.3-dev ELF := $(BUILD_DIR)/$(TARGET).elf BIN := $(BUILD_DIR)/$(TARGET).gba -- cgit v1.2.1