From 31d8bd7d1069817f1f54833a2cd244b235e400da Mon Sep 17 00:00:00 2001 From: HimbeerserverDE Date: Sun, 18 Sep 2022 16:54:41 +0200 Subject: [PATCH] Makefile: track vga.rs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f043f68..69fc9a6 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-loadnothing/release/stage2: stage2/src/main.rs +stage2/target/x86-loadnothing/release/stage2: stage2/src/main.rs stage2/src/vga.rs cd stage2 && cargo build --release nothing.img: magic.bin stage2/target/x86-loadnothing/release/stage2 stage1/boot.bin -- 2.44.0