From bc63f7c068ef380d51599a3f6c3330d01a0b91a5 Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Fri, 18 Jan 2019 17:06:29 +0200 Subject: [PATCH] Add copy to sdcard make target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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)