From c09567c1a90d76f302ced8ff3a7db5ad32192cc1 Mon Sep 17 00:00:00 2001 From: tomaszduda23 Date: Thu, 7 Jul 2022 01:00:18 +0200 Subject: [PATCH] add target all so build can be easly checked (#91) --- hid/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hid/Makefile b/hid/Makefile index 05c21f75..5104dec1 100644 --- a/hid/Makefile +++ b/hid/Makefile @@ -8,7 +8,9 @@ _build: rm -f .current platformio run --environment $(E) echo -n $(E) > .current - +#added to easy test all builds +_build_all: aum spi serial + rm -f .current install: upload upload: