################################################## # (c) Theater Quality Inc, all rights reserved. # This is the bootloader makefile. ################################################## ASM=nasm FLAGS=-f win64 .PHONY: error error: @echo "==> Invalid rule." @echo "==> Use sci_asm_io instead." .PHONY: sci_asm_io sci_asm_io: $(ASM) $(FLAGS) SCI+IO.asm -o SCI+IO.o