aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-05-31 18:21:30 +0200
committerBad Diode <bd@badd10de.dev>2023-05-31 18:21:30 +0200
commit300ca4c16a45ef129a65a5520eab068f1f74c29b (patch)
tree18a935c27789079a7fa096afbef1c80d7e122daa /Makefile
parentf0ebc747d1b0d8753a1bc0f74b34a3012dd16753 (diff)
downloadstepper-300ca4c16a45ef129a65a5520eab068f1f74c29b.tar.gz
stepper-300ca4c16a45ef129a65a5520eab068f1f74c29b.zip
Add link cable sync in
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5ccc725..ff4204f 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.4-dev 30TARGET := STEPPER-v1.4-dev-syncin
31ELF := $(BUILD_DIR)/$(TARGET).elf 31ELF := $(BUILD_DIR)/$(TARGET).elf
32BIN := $(BUILD_DIR)/$(TARGET).gba 32BIN := $(BUILD_DIR)/$(TARGET).gba
33 33