One-KVM/hid/Makefile
2018-07-11 05:29:30 +00:00

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