From 950b4268b6283f0eb322ba93b623988abc0d4e96 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Tue, 16 Jan 2024 14:40:00 +0100 Subject: Try to improve performance by using a multiplication table --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 816b819..60a141c 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-18 +TARGET := STEPPER-v1.8-dev-20 ELF := $(BUILD_DIR)/$(TARGET).elf BIN := $(BUILD_DIR)/$(TARGET).gba -- cgit v1.2.1