diff options
author | Maxim Devaev <[email protected]> | 2022-07-07 02:41:10 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-07-07 02:41:10 +0300 |
commit | b4c1cc9976052dbefc30826c61aacf89fdf501b2 (patch) | |
tree | 9ba77c8cbda205747ff5a7d964ed03d7592c90df /hid | |
parent | dd251eeaf915a207f292ee26e8e04f839d45417f (diff) |
fix
Diffstat (limited to 'hid')
-rw-r--r-- | hid/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hid/Makefile b/hid/Makefile index 5104dec1..5a4888c0 100644 --- a/hid/Makefile +++ b/hid/Makefile @@ -8,7 +8,8 @@ _build: rm -f .current platformio run --environment $(E) echo -n $(E) > .current -#added to easy test all builds + +# Added to easy test all builds _build_all: aum spi serial rm -f .current |