aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2024-01-08 12:07:58 +0100
committerBad Diode <bd@badd10de.dev>2024-01-08 12:07:58 +0100
commitf6e253b14f7b4930f5a5e6e1d3ee2bd3009802dd (patch)
treeff76f0a8b12264a41cd39b498af7a91fe105a6b2 /Makefile
parent666135619b653accd72e940d4405871c6c5f453b (diff)
downloadstepper-f6e253b14f7b4930f5a5e6e1d3ee2bd3009802dd.tar.gz
stepper-f6e253b14f7b4930f5a5e6e1d3ee2bd3009802dd.zip
Make sure the current scale is saved as metadata
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0938c31..144c978 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-07 30TARGET := STEPPER-v1.8-dev-08
31ELF := $(BUILD_DIR)/$(TARGET).elf 31ELF := $(BUILD_DIR)/$(TARGET).elf
32BIN := $(BUILD_DIR)/$(TARGET).gba 32BIN := $(BUILD_DIR)/$(TARGET).gba
33 33