From 8d04ec381b8e28fe9d84ddf2e9f295723a95c407 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Fri, 2 Jun 2023 11:57:52 +0200 Subject: Prepare for v1.4 release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ff4204f..48a3049 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.4-dev-syncin +TARGET := STEPPER-v1.4 ELF := $(BUILD_DIR)/$(TARGET).elf BIN := $(BUILD_DIR)/$(TARGET).gba -- cgit v1.2.1