diff options
Diffstat (limited to 'switch/Makefile')
-rw-r--r-- | switch/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/switch/Makefile b/switch/Makefile new file mode 100644 index 00000000..4988126a --- /dev/null +++ b/switch/Makefile @@ -0,0 +1,8 @@ +all: + @echo "Run 'make install'" + +upload: install +install: + mount `python -m kvmd.apps.swctl bootloader 0` mnt + cp switch.uf2 mnt + umount mnt |