aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2024-01-07 20:32:33 +0100
committerBad Diode <bd@badd10de.dev>2024-01-07 20:32:58 +0100
commitd9f6f7f7636cb989470282370800aa23d80c432e (patch)
treeba401318cc9921c8b3fba1533fc5e7094b2970c4 /Makefile
parent2b2c118c08a3d049bc8986b0d16ac583f26dcf8f (diff)
downloadstepper-d9f6f7f7636cb989470282370800aa23d80c432e.tar.gz
stepper-d9f6f7f7636cb989470282370800aa23d80c432e.zip
Fix sync switching bug
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b7ec3a..0938c31 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-06 30TARGET := STEPPER-v1.8-dev-07
31ELF := $(BUILD_DIR)/$(TARGET).elf 31ELF := $(BUILD_DIR)/$(TARGET).elf
32BIN := $(BUILD_DIR)/$(TARGET).gba 32BIN := $(BUILD_DIR)/$(TARGET).gba
33 33