From 3c54d94191b0888af3712f7c330943068604cab8 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Tue, 23 Jan 2024 11:21:14 +0100 Subject: Add improved renderer routines with DMA option --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 89ea9b0..7608f79 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-21 +TARGET := STEPPER-v1.8-dev-22 ELF := $(BUILD_DIR)/$(TARGET).elf BIN := $(BUILD_DIR)/$(TARGET).gba -- cgit v1.2.1