aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2024-01-23 11:21:14 +0100
committerBad Diode <bd@badd10de.dev>2024-01-23 11:21:14 +0100
commit3c54d94191b0888af3712f7c330943068604cab8 (patch)
tree9207d386470d084fc1f23becd7dfd0039204bef4 /Makefile
parenta7ce765b1b57ec8a528263420852ed36da6d9d84 (diff)
downloadstepper-3c54d94191b0888af3712f7c330943068604cab8.tar.gz
stepper-3c54d94191b0888af3712f7c330943068604cab8.zip
Add improved renderer routines with DMA option
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 89ea9b0..7608f79 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-21 30TARGET := STEPPER-v1.8-dev-22
31ELF := $(BUILD_DIR)/$(TARGET).elf 31ELF := $(BUILD_DIR)/$(TARGET).elf
32BIN := $(BUILD_DIR)/$(TARGET).gba 32BIN := $(BUILD_DIR)/$(TARGET).gba
33 33