From 917adc6a2b6b166e37fc3d4f94b41488f0c245a5 Mon Sep 17 00:00:00 2001 From: HampusM Date: Tue, 15 Feb 2022 12:28:50 +0100 Subject: build: add verbose parameter to pio in build target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3-18-g5258