summaryrefslogtreecommitdiff
path: root/switch/Makefile
blob: 4988126aa1dd17d722c3e1d70717fe166812e138 (plain)
1
2
3
4
5
6
7
8
all:
	@echo "Run 'make install'"

upload: install
install:
	mount `python -m kvmd.apps.swctl bootloader 0` mnt
	cp switch.uf2 mnt
	umount mnt