From: HimbeerserverDE Date: Sun, 11 Sep 2022 17:58:29 +0000 (+0200) Subject: Makefile: track stage2 changes X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=5201ca39c78a43171eff75829e9f3e8bee69b995;p=loadnothing.git Makefile: track stage2 changes --- diff --git a/Makefile b/Makefile index 4b12db7..147f357 100644 --- 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