diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-24 11:10:52 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-24 11:10:52 +0200 |
commit | f6f79683d6ffcc8542652e2eb11a1148d2a94288 (patch) | |
tree | c95af244617232b54bbef6b38e8fb05b6c7eaef7 /puzzle | |
parent | 668e4ce82b2d490a83cb45ef79cab6a328f06638 (diff) |
fix makefile (for real this time)
Diffstat (limited to 'puzzle')
-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 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) |