From fa26d1a58d629c151edab565080e19102a99bfc7 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Sun, 23 Apr 2023 22:22:03 +0200 Subject: Fix a couple of final bugs before release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 61361e2..cb49812 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.1 +TARGET := STEPPER-v1.2 ELF := $(BUILD_DIR)/$(TARGET).elf BIN := $(BUILD_DIR)/$(TARGET).gba -- cgit v1.2.1