aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2024-05-11 13:52:00 +0200
committerBad Diode <bd@badd10de.dev>2024-05-11 13:52:00 +0200
commit37566423f433075c848e515fee29a48a65769728 (patch)
tree0086dc4be4a583f1c149ce31d844b80c48e59113 /Makefile
parent291765561cd740d24a4b98bb7bb2a85a95728f0d (diff)
downloadstepper-lsdjsync.tar.gz
stepper-lsdjsync.zip
Fix some issues with PO20 sync (too narrow pulses)lsdjsync
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index abaa008..0e5cf83 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-lsdj 30TARGET := STEPPER-v1.9-dev-2
31ELF := $(BUILD_DIR)/$(TARGET).elf 31ELF := $(BUILD_DIR)/$(TARGET).elf
32BIN := $(BUILD_DIR)/$(TARGET).gba 32BIN := $(BUILD_DIR)/$(TARGET).gba
33 33