From 024e372b9e271ea817353f7d07a810b99c62eb60 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Thu, 4 Jan 2024 15:36:09 +0100 Subject: Add initial Analogue MIDI sync functionality (needs options) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 960a8a6..3486200 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-01 +TARGET := STEPPER-v1.8-dev-02 ELF := $(BUILD_DIR)/$(TARGET).elf BIN := $(BUILD_DIR)/$(TARGET).gba -- cgit v1.2.1