]> git.lizzy.rs Git - loadnothing.git/commitdiff
Don't clean every time
authorHimbeerserverDE <himbeerserverde@gmail.com>
Sun, 11 Sep 2022 17:57:19 +0000 (19:57 +0200)
committerHimbeerserverDE <himbeerserverde@gmail.com>
Sun, 11 Sep 2022 17:57:19 +0000 (19:57 +0200)
Makefile

index a1082caf2d219bad6b45666c75465e75d18b1df3..4b12db737c4b6b424ac31c4c8fa6b1b7e21eab9e 100644 (file)
--- 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: