aboutsummaryrefslogtreecommitdiff
path: root/puzzle/smoketest/makefile
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-25 12:23:01 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-25 12:23:01 +0200
commitbe1b5f0d35544582be1f4fa42aed303184ab27a7 (patch)
tree7f9bb0714ba02ce195d9fdebe7b56bee819456d3 /puzzle/smoketest/makefile
parent18e5d93da8fdf6dd97c9e2d090ae2648d85cb851 (diff)
parentf594d070418a3b2be6e5c08068f969e8793315ba (diff)
Merge branch 'prot/smoketest'
Diffstat (limited to 'puzzle/smoketest/makefile')
-rw-r--r--puzzle/smoketest/makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/puzzle/smoketest/makefile b/puzzle/smoketest/makefile
new file mode 100644
index 0000000..6b8341b
--- /dev/null
+++ b/puzzle/smoketest/makefile
@@ -0,0 +1,8 @@
+TARGET = $(BUILD_DIR)/main.elf
+
+include ../../lazy.mk
+
+export SERIAL_PORT ?= /dev/ttyACM0
+flash: upload;
+upload: $(TARGET)
+