summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortomaszduda23 <[email protected]>2022-07-07 01:00:18 +0200
committerGitHub <[email protected]>2022-07-07 02:00:18 +0300
commitc09567c1a90d76f302ced8ff3a7db5ad32192cc1 (patch)
treea1bce6040dd0fcce90791702004ff6901bf0ad45
parente7f8cd7c54334f51a220482a153fd52b57d3896a (diff)
add target all so build can be easly checked (#91)
-rw-r--r--hid/Makefile4
1 files changed, 3 insertions, 1 deletions
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: