aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 00e643d..960a8a6 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.7 30TARGET := STEPPER-v1.8-dev-01
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/sdg1 /mnt 85 mount /dev/sdf1 /mnt
86 cp $(BIN) /mnt 86 cp $(BIN) /mnt
87 umount /mnt 87 umount /mnt
88 88