summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-02-15 12:28:50 +0100
committerHampusM <hampus@hampusmat.com>2022-02-15 12:28:50 +0100
commit917adc6a2b6b166e37fc3d4f94b41488f0c245a5 (patch)
tree5ac0741f2dbc66f5ba366dd561a339fb4092656d
parenta3d2b8ba701a476babd8b1fa688e1d8964bb2ff4 (diff)
build: add verbose parameter to pio in build target
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 016b2ae..b5d8269 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ all: $(TARGET)
.PHONY: $(TARGET) upload clean monitor
$(TARGET):
- $(PIO) run
+ $(PIO) run -v
$(PIO) run --target compiledb
upload: