Update Makefile

This commit is contained in:
aramya 2021-06-30 22:33:35 +01:00 committed by GitHub
parent 4950b4dd47
commit 07e03ee352
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ bootinfo.txt: load.fs
echo "</boot-script></chrp-boot>" >> 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