aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2024-01-04 14:19:05 +0100
committerBad Diode <bd@badd10de.dev>2024-01-04 14:19:05 +0100
commit2d397003e2acbfd04019425bef00d0834191cd92 (patch)
treeda37380fc954fa656686645d5bc1f58d1897a200 /Makefile
parente1680f8c586dfd111b794c0e6f7cc9ed81a76b0b (diff)
downloadstepper-2d397003e2acbfd04019425bef00d0834191cd92.tar.gz
stepper-2d397003e2acbfd04019425bef00d0834191cd92.zip
Add new 96ppq sequencer tick timer
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