aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2024-04-25 16:29:44 +0200
committerBad Diode <bd@badd10de.dev>2024-04-25 16:29:44 +0200
commit901ba917a3b4812f7eacf93d55389978a907a44d (patch)
tree40848dc90600f928ae981636190ce19498ba3516 /Makefile
parentc9a48c8cbea8718181632c461a7ed9abae9988e3 (diff)
downloadstepper-901ba917a3b4812f7eacf93d55389978a907a44d.tar.gz
stepper-901ba917a3b4812f7eacf93d55389978a907a44d.zip
Staging some testing samples for backup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e464b75..abaa008 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 30TARGET := STEPPER-v1.8-dev-lsdj
31ELF := $(BUILD_DIR)/$(TARGET).elf 31ELF := $(BUILD_DIR)/$(TARGET).elf
32BIN := $(BUILD_DIR)/$(TARGET).gba 32BIN := $(BUILD_DIR)/$(TARGET).gba
33 33