diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-24 09:57:57 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-24 09:57:57 +0200 |
commit | 668e4ce82b2d490a83cb45ef79cab6a328f06638 (patch) | |
tree | 622918a4d0f9b2ff4a1c064926cfeffdcaa36546 /puzzle/dummy | |
parent | 3e7765dd54706eb927b653d1ed8fa03a1f288c88 (diff) |
fix make flash
Diffstat (limited to 'puzzle/dummy')
-rw-r--r-- | puzzle/dummy/makefile | 2 |
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) |