From: HimbeerserverDE Date: Sun, 11 Sep 2022 17:57:19 +0000 (+0200) Subject: Don't clean every time X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=afeaa8825943dd2c848ca341db37a3ebc052f862;p=loadnothing.git Don't clean every time --- diff --git a/Makefile b/Makefile index a1082ca..4b12db7 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ nothing.img: magic.bin stage1/boot.bin stage2/target/x86_64-loadnothing/debug/st dd if=magic.bin of=nothing.img bs=1 seek=510 count=2 conv=notrunc dd if=stage2/target/x86_64-loadnothing/debug/stage2 of=nothing.img bs=1 seek=512 conv=notrunc -vm: clean nothing.img +vm: nothing.img qemu-system-x86_64 -hda nothing.img clean: