Fix crt0.o cp command not being hidden

This commit is contained in:
pjht 2019-08-28 17:34:02 -05:00
parent 339d8de87d
commit 590cd8687c

View File

@ -36,7 +36,7 @@ os.iso: kernel/kernel.elf init vfs fsdrv initrd
@grub-mkrescue -o $@ sysroot >/dev/null 2>/dev/null
crts: kernel/crt0.o
cp $^ sysroot/usr/lib
@cp $^ sysroot/usr/lib
init: init/* crts
@cd $@ && make