mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
19 lines
216 B
Makefile
19 lines
216 B
Makefile
all:
|
|
platformio run
|
|
|
|
update:
|
|
platformio platform update
|
|
|
|
install: upload
|
|
upload:
|
|
platformio run --target upload
|
|
|
|
serial:
|
|
platformio serialports monitor
|
|
|
|
clean:
|
|
rm -rf .pioenvs .piolibdeps
|
|
|
|
help:
|
|
@ cat Makefile
|