Skip to content

Commit

Permalink
os-image.bin can be shortened to $@
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Uwe Alws authored Dec 7, 2017
1 parent 9f013c0 commit d9d5ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 13-kernel-barebones/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 $<
Expand Down

0 comments on commit d9d5ae0

Please sign in to comment.