omos-tcnj2024/boot/Makefile
2024-02-17 19:16:13 -05:00

6 lines
64 B
Makefile

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