Add copy to sdcard make target

This commit is contained in:
Berkus Decker 2019-01-18 17:06:29 +02:00
parent 3cff2d9dac
commit bc63f7c068
1 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,9 @@ docker_qemu: all
qemu: all
$(QEMU) $(QEMU_OPTS) -kernel kernel8.img
sdcard: all
cp kernel8.img /Volumes/BOOT/
clippy:
cargo xclippy --target=$(TARGET_JSON)