mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 17:20:30 +08:00
22 lines
244 B
Makefile
22 lines
244 B
Makefile
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
|