diff options
author | Devaev Maxim <[email protected]> | 2018-09-29 07:33:27 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-09-29 07:33:27 +0300 |
commit | 76b95ddfa8d60de4d29e270cbc74cfc8b5144538 (patch) | |
tree | 727412cdbab5d3cc87fc6a5d96ab34b7884d1d9c /hid/Makefile | |
parent | f78d45f4a61a9d26f8ed2bbea44145096d80bea1 (diff) |
improved hid protocol
Diffstat (limited to 'hid/Makefile')
-rw-r--r-- | hid/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hid/Makefile b/hid/Makefile index 0d94b010..957c3a11 100644 --- a/hid/Makefile +++ b/hid/Makefile @@ -1,7 +1,4 @@ all: - @ cat Makefile - -build: platformio run update: @@ -16,3 +13,6 @@ serial: clean: rm -rf .pioenvs .piolibdeps + +help: + @ cat Makefile |