aboutsummaryrefslogtreecommitdiff
path: root/puzzle/smoketest/makefile
diff options
context:
space:
mode:
authorElwin <elwinhammer@gmail.com>2024-06-25 11:42:42 +0200
committerElwin <elwinhammer@gmail.com>2024-06-25 11:42:42 +0200
commitf2ae6fb6b6251be0f1945b0d89b6708976b10cc9 (patch)
tree7e20c7d28189576203467f157ad8aecc936bc407 /puzzle/smoketest/makefile
parent637ec19bc55a2466fb0ffbf310140f891ac06783 (diff)
Module test code
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)
+