X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Makefile;h=69fc9a6d04e891f4aff9ed8c53af07c37320798a;hb=31d8bd7d1069817f1f54833a2cd244b235e400da;hp=f043f68fba4178b1b2e1d0a2e6fa9a10c3847576;hpb=9b1d09528ddcb93b2142b716d22d79c09c8d41a1;p=loadnothing.git 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