summaryrefslogtreecommitdiff
path: root/hid/Makefile
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-09-26 02:20:58 +0300
committerDevaev Maxim <[email protected]>2018-09-26 02:20:58 +0300
commit089bac2bcd1e49ba77aacd6853ef93e03a051b96 (patch)
tree0d3082726e8bef2c39ec66cb83bf05a54e945ffe /hid/Makefile
parent940989b6e9a3fe31bd236e4bed96e1d4778a403b (diff)
moved hid to kvmd
Diffstat (limited to 'hid/Makefile')
-rw-r--r--hid/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/hid/Makefile b/hid/Makefile
deleted file mode 100644
index edbd63f1..00000000
--- a/hid/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-all:
- @ cat Makefile
-
-build:
- platformio run
-
-update:
- platformio platform update
-
-install: upload
-upload:
- platformio run --target upload
-
-serial:
- platformio serialports monitor
-
-regen:
- python3 genmap.py
-
-clean:
- rm -rf .pioenvs .piolibdeps