aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-07-31 18:30:00 +0200
committerBad Diode <bd@badd10de.dev>2023-07-31 18:30:00 +0200
commit0ec89c43671831ca491eadeca2cbfa52a53338d5 (patch)
treeff434ef11369321c49da7845f267222530adaa22 /Makefile
parentd3974d358b7e99484c70f5177b9640d5b1b46cd5 (diff)
downloadstepper-0ec89c43671831ca491eadeca2cbfa52a53338d5.tar.gz
stepper-0ec89c43671831ca491eadeca2cbfa52a53338d5.zip
Add more waves to ch3 and make them flow better
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 149494f..913795a 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.6-dev-v3 30TARGET := STEPPER-v1.6-dev-rc
31ELF := $(BUILD_DIR)/$(TARGET).elf 31ELF := $(BUILD_DIR)/$(TARGET).elf
32BIN := $(BUILD_DIR)/$(TARGET).gba 32BIN := $(BUILD_DIR)/$(TARGET).gba
33 33