]> git.lizzy.rs Git - loadnothing.git/commitdiff
Makefile: track stage2 changes
authorHimbeerserverDE <himbeerserverde@gmail.com>
Sun, 11 Sep 2022 17:58:29 +0000 (19:58 +0200)
committerHimbeerserverDE <himbeerserverde@gmail.com>
Sun, 11 Sep 2022 17:58:29 +0000 (19:58 +0200)
Makefile

index 4b12db737c4b6b424ac31c4c8fa6b1b7e21eab9e..147f357d1477e74813613ecdbfd22723b9047158 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ stage1/boot.bin: stage1/boot.asm
 magic.bin:
        echo -en "\x55\xAA" > magic.bin
 
-stage2/target/x86_64-loadnothing/debug/stage2:
+stage2/target/x86_64-loadnothing/debug/stage2: stage2/src/main.rs
        cd stage2 && cargo build
 
 nothing.img: magic.bin stage1/boot.bin stage2/target/x86_64-loadnothing/debug/stage2