aboutsummaryrefslogtreecommitdiff
path: root/puzzle/neo/makefile
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-23 15:41:01 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-23 15:41:01 +0200
commit07ce1b3bb2d393d1ab69d471a76978036f714fce (patch)
tree50c818ec18dc1b3434b380588bc1d900dc00c2b2 /puzzle/neo/makefile
parent3fd5c9e58f2d4ce3cdea41a3f37235ef0de57d39 (diff)
parent807e1499a683209f7ca310e65a6a268772e0409d (diff)
Merge branch 'wip/docs' into wip/rp2040-good-ending
Diffstat (limited to 'puzzle/neo/makefile')
-rw-r--r--puzzle/neo/makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/puzzle/neo/makefile b/puzzle/neo/makefile
new file mode 100644
index 0000000..26e9157
--- /dev/null
+++ b/puzzle/neo/makefile
@@ -0,0 +1,8 @@
+TARGET = $(BUILD_DIR)/main.elf
+
+include ../../lazy.mk
+
+export SERIAL_PORT ?= /dev/ttyACM0
+flash: upload-main;
+upload-main: $(TARGET)
+