aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-07-31 17:07:01 +0200
committerBad Diode <bd@badd10de.dev>2023-07-31 17:07:01 +0200
commit6a5d29a1300f11a755329e8e4d28d23d05651714 (patch)
tree47e2bf78975ecbbab6bb9d2395abbd65093bc2e0 /Makefile
parentea2c7552dd414422bfe23117dc8440f4183611c7 (diff)
downloadstepper-6a5d29a1300f11a755329e8e4d28d23d05651714.tar.gz
stepper-6a5d29a1300f11a755329e8e4d28d23d05651714.zip
Add minor bugfixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dd719cb..149494f 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 30TARGET := STEPPER-v1.6-dev-v3
31ELF := $(BUILD_DIR)/$(TARGET).elf 31ELF := $(BUILD_DIR)/$(TARGET).elf
32BIN := $(BUILD_DIR)/$(TARGET).gba 32BIN := $(BUILD_DIR)/$(TARGET).gba
33 33
@@ -82,7 +82,7 @@ run: main
82 mgba-qt $(BIN) 82 mgba-qt $(BIN)
83 83
84deploy: 84deploy:
85 mount /dev/sdf1 /mnt 85 mount /dev/sdg1 /mnt
86 cp $(BIN) /mnt 86 cp $(BIN) /mnt
87 umount /mnt 87 umount /mnt
88 88