Makefile 66 B

123
  1. boot.bin: boot.s
  2. nasm boot.s -o boot.bin
  3. xxd boot.bin > boot.hex