os-image.bin can be shortened to $@

This commit is contained in:
Sam Uwe Alws
2017-12-06 23:39:30 -05:00
committed by GitHub
parent 9f013c0642
commit d9d5ae0176

View File

@@ -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 $<