aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2024-01-04 15:36:09 +0100
committerBad Diode <bd@badd10de.dev>2024-01-04 15:36:09 +0100
commit024e372b9e271ea817353f7d07a810b99c62eb60 (patch)
tree8f545792ac2b6de4aed8467b7aed5d1f932aef9f /Makefile
parent2d397003e2acbfd04019425bef00d0834191cd92 (diff)
downloadstepper-024e372b9e271ea817353f7d07a810b99c62eb60.tar.gz
stepper-024e372b9e271ea817353f7d07a810b99c62eb60.zip
Add initial Analogue MIDI sync functionality (needs options)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 960a8a6..3486200 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ INC_FLAGS := $(addprefix -I,$(INC_DIRS))
27INC_FLAGS += -I$(LIBGBA_SRC) 27INC_FLAGS += -I$(LIBGBA_SRC)
28 28
29# Output library names and executables. 29# Output library names and executables.
30TARGET := STEPPER-v1.8-dev-01 30TARGET := STEPPER-v1.8-dev-02
31ELF := $(BUILD_DIR)/$(TARGET).elf 31ELF := $(BUILD_DIR)/$(TARGET).elf
32BIN := $(BUILD_DIR)/$(TARGET).gba 32BIN := $(BUILD_DIR)/$(TARGET).gba
33 33