mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
moved kvmd to the root
This commit is contained in:
18
hid/Makefile
Normal file
18
hid/Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
all:
|
||||
@ cat Makefile
|
||||
|
||||
build:
|
||||
platformio run
|
||||
|
||||
update:
|
||||
platformio platform update
|
||||
|
||||
install: upload
|
||||
upload:
|
||||
platformio run --target upload
|
||||
|
||||
serial:
|
||||
platformio serialports monitor
|
||||
|
||||
clean:
|
||||
rm -rf .pioenvs .piolibdeps
|
||||
Reference in New Issue
Block a user