diff options
author | ThomasintAnker <thomasintanker1@gmail.com> | 2024-06-24 14:59:56 +0200 |
---|---|---|
committer | ThomasintAnker <thomasintanker1@gmail.com> | 2024-06-24 14:59:56 +0200 |
commit | a0c664908b9112306c5858ccb106d1a0e5555df7 (patch) | |
tree | 8ca77d1210d1683a97f4da131c6ffac8123d4375 /puzzle/vault/makefile | |
parent | 381149dd7a1f4d5f48dd5ac07186c73371ff3c04 (diff) | |
parent | ec7f5e970ed03acb33eb5dc3b67f3d52af52e6dc (diff) |
merge main into wip/mc
Diffstat (limited to 'puzzle/vault/makefile')
-rw-r--r-- | puzzle/vault/makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/puzzle/vault/makefile b/puzzle/vault/makefile new file mode 100644 index 0000000..f33ca7e --- /dev/null +++ b/puzzle/vault/makefile @@ -0,0 +1,8 @@ +TARGET = $(BUILD_DIR)/main.elf + +include ../../lazy.mk + +export SERIAL_PORT ?= /dev/ttyUSB0 +flash: upload; +upload: $(TARGET) + |