aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2024-01-06 13:02:22 +0100
committerBad Diode <bd@badd10de.dev>2024-01-06 13:02:22 +0100
commitfb4695460b6ecc3a380e1bda5cb2e2173e980ed9 (patch)
tree7b51345fcdb1a5cef147df94a864670b0280d629 /Makefile
parentb83804d58aa7d5a04c9b336c523b1337bc2411d3 (diff)
downloadstepper-fb4695460b6ecc3a380e1bda5cb2e2173e980ed9.tar.gz
stepper-fb4695460b6ecc3a380e1bda5cb2e2173e980ed9.zip
Rework play/pause functions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3486200..e867ed3 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-02 30TARGET := STEPPER-v1.8-dev-05
31ELF := $(BUILD_DIR)/$(TARGET).elf 31ELF := $(BUILD_DIR)/$(TARGET).elf
32BIN := $(BUILD_DIR)/$(TARGET).gba 32BIN := $(BUILD_DIR)/$(TARGET).gba
33 33