diff options
author | Elwin <elwinhammer@gmail.com> | 2024-06-24 11:33:05 +0200 |
---|---|---|
committer | Elwin <elwinhammer@gmail.com> | 2024-06-24 11:33:05 +0200 |
commit | ac40ddb49eb3a65cf928b1dd48e79802f2414c2e (patch) | |
tree | cc46652001d1409a067b78bd738fe5133d9655ab /puzzle/vault/makefile | |
parent | 7830fb636853564560df5ba330b23791655e4161 (diff) |
cmake change and pbdrv implementation
Diffstat (limited to 'puzzle/vault/makefile')
-rw-r--r-- | puzzle/vault/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puzzle/vault/makefile b/puzzle/vault/makefile index 26e9157..e22f546 100644 --- a/puzzle/vault/makefile +++ b/puzzle/vault/makefile @@ -3,6 +3,6 @@ TARGET = $(BUILD_DIR)/main.elf include ../../lazy.mk export SERIAL_PORT ?= /dev/ttyACM0 -flash: upload-main; +flash: upload; upload-main: $(TARGET) |