From 901ba917a3b4812f7eacf93d55389978a907a44d Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Thu, 25 Apr 2024 16:29:44 +0200 Subject: Staging some testing samples for backup --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e464b75..abaa008 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 +TARGET := STEPPER-v1.8-dev-lsdj ELF := $(BUILD_DIR)/$(TARGET).elf BIN := $(BUILD_DIR)/$(TARGET).gba -- cgit v1.2.1