aboutsummaryrefslogtreecommitdiff
path: root/puzzle/vault/makefile
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-24 14:19:45 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-24 14:19:45 +0200
commitec7f5e970ed03acb33eb5dc3b67f3d52af52e6dc (patch)
tree555b7384b5a9626f1995811a5c4c1b476499f8d6 /puzzle/vault/makefile
parent07e49bbbd3790a95511d68b94d47bf107a5e24a1 (diff)
parent0624733a1b4a5c79763a1a0b2f3c53e94fe486be (diff)
Merge branch 'prot/vault-puzzle' of github.com:lonkaars/puzzelbox
Diffstat (limited to 'puzzle/vault/makefile')
-rw-r--r--puzzle/vault/makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/puzzle/vault/makefile b/puzzle/vault/makefile
index 26e9157..f33ca7e 100644
--- a/puzzle/vault/makefile
+++ b/puzzle/vault/makefile
@@ -2,7 +2,7 @@ TARGET = $(BUILD_DIR)/main.elf
include ../../lazy.mk
-export SERIAL_PORT ?= /dev/ttyACM0
-flash: upload-main;
-upload-main: $(TARGET)
+export SERIAL_PORT ?= /dev/ttyUSB0
+flash: upload;
+upload: $(TARGET)