summaryrefslogtreecommitdiff
path: root/hid/Makefile
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2019-10-05 02:42:06 +0300
committerDevaev Maxim <[email protected]>2019-10-05 02:42:06 +0300
commitda660d02cd9184f31f47bec3edb3a600608b45d5 (patch)
treee079c5a144259a04ac7ea53aaf69861c640bbf6c /hid/Makefile
parentf5bbfeb8b523ddb9fe1277f2b06deb3970e51105 (diff)
arduino hid: fixed mouse movement on windows
Diffstat (limited to 'hid/Makefile')
-rw-r--r--hid/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/hid/Makefile b/hid/Makefile
index 62fde0fe..2aa886a1 100644
--- a/hid/Makefile
+++ b/hid/Makefile
@@ -10,7 +10,7 @@ upload:
clean-all: clean
clean:
- rm -rf .pioenvs .piolibdeps
+ rm -rf .pio
help:
@ cat Makefile