diff --git a/Makefile b/Makefile index 1b07117..b056ff3 100644 --- a/Makefile +++ b/Makefile @@ -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)