From 5201ca39c78a43171eff75829e9f3e8bee69b995 Mon Sep 17 00:00:00 2001 From: HimbeerserverDE Date: Sun, 11 Sep 2022 19:58:29 +0200 Subject: [PATCH] Makefile: track stage2 changes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0