omos-tcnj2024/boot/Makefile

6 lines
64 B
Makefile

AS=nasm
FLAGS=-felf32
boot.o:
$(AS) $(FLAGS) boot.s -o boot.o