From 07e03ee352152a27dc5cdbb7b46ed3f01285cd9b Mon Sep 17 00:00:00 2001 From: aramya <22577625+thamugadi@users.noreply.github.com> Date: Wed, 30 Jun 2021 22:33:35 +0100 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f8fb27a..97aa39e 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ bootinfo.txt: load.fs echo "" >> bootinfo.txt kernel.elf: boot.elf $(PPC)-ld -Ttext=0x200000 boot.elf -o kernel.elf -boot.elf: +boot.elf: boot.S $(PPC)-gcc -c boot.S -o boot.elf clear: rm APMdisk *elf *txt