aboutsummaryrefslogtreecommitdiff
path: root/puzzle/dummy
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-24 11:10:52 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-24 11:10:52 +0200
commitf6f79683d6ffcc8542652e2eb11a1148d2a94288 (patch)
treec95af244617232b54bbef6b38e8fb05b6c7eaef7 /puzzle/dummy
parent668e4ce82b2d490a83cb45ef79cab6a328f06638 (diff)
fix makefile (for real this time)
Diffstat (limited to 'puzzle/dummy')
-rw-r--r--puzzle/dummy/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/puzzle/dummy/makefile b/puzzle/dummy/makefile
index e22f546..6b8341b 100644
--- a/puzzle/dummy/makefile
+++ b/puzzle/dummy/makefile
@@ -4,5 +4,5 @@ include ../../lazy.mk
export SERIAL_PORT ?= /dev/ttyACM0
flash: upload;
-upload-main: $(TARGET)
+upload: $(TARGET)