From 2d397003e2acbfd04019425bef00d0834191cd92 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Thu, 4 Jan 2024 14:19:05 +0100 Subject: Add new 96ppq sequencer tick timer --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 00e643d..960a8a6 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ INC_FLAGS := $(addprefix -I,$(INC_DIRS)) INC_FLAGS += -I$(LIBGBA_SRC) # Output library names and executables. -TARGET := STEPPER-v1.7 +TARGET := STEPPER-v1.8-dev-01 ELF := $(BUILD_DIR)/$(TARGET).elf BIN := $(BUILD_DIR)/$(TARGET).gba @@ -82,7 +82,7 @@ run: main mgba-qt $(BIN) deploy: - mount /dev/sdg1 /mnt + mount /dev/sdf1 /mnt cp $(BIN) /mnt umount /mnt -- cgit v1.2.1