aboutsummaryrefslogtreecommitdiff
path: root/puzzle
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-24 09:57:57 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-24 09:57:57 +0200
commit668e4ce82b2d490a83cb45ef79cab6a328f06638 (patch)
tree622918a4d0f9b2ff4a1c064926cfeffdcaa36546 /puzzle
parent3e7765dd54706eb927b653d1ed8fa03a1f288c88 (diff)
fix make flash
Diffstat (limited to 'puzzle')
-rw-r--r--puzzle/dummy/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/puzzle/dummy/makefile b/puzzle/dummy/makefile
index 26e9157..e22f546 100644
--- a/puzzle/dummy/makefile
+++ b/puzzle/dummy/makefile
@@ -3,6 +3,6 @@ TARGET = $(BUILD_DIR)/main.elf
include ../../lazy.mk
export SERIAL_PORT ?= /dev/ttyACM0
-flash: upload-main;
+flash: upload;
upload-main: $(TARGET)