os-image.bin can be shortened to $@

pull/29/head
Sam Uwe Alws 6 years ago committed by GitHub
parent 9f013c0642
commit d9d5ae0176
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,7 +23,7 @@ bootsect.bin: bootsect.asm
nasm $< -f bin -o $@
os-image.bin: bootsect.bin kernel.bin
cat $^ > os-image.bin
cat $^ > $@
run: os-image.bin
qemu-system-i386 -fda $<

Loading…
Cancel
Save