diff options
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 |