aboutsummaryrefslogtreecommitdiff
path: root/puzzle/smoketest/makefile
diff options
context:
space:
mode:
authorThomas in 't Anker <83007475+ThomasintAnker@users.noreply.github.com>2024-06-25 11:48:02 +0200
committerGitHub <noreply@github.com>2024-06-25 11:48:02 +0200
commit1c33371af4fdc59387fe523fab09634bdea54acc (patch)
tree3d6ad8ae2793bc14ead886da45dfdde098e031d3 /puzzle/smoketest/makefile
parent34875e734907e90c2e254fcd79d66dab0b491e56 (diff)
parentf2ae6fb6b6251be0f1945b0d89b6708976b10cc9 (diff)
Merge pull request #35 from lonkaars/prot/smoketest
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)
+