omos-tcnj2024/boot/Makefile

6 lines
64 B
Makefile
Raw Normal View History

2024-02-18 01:16:13 +01:00
AS=nasm
FLAGS=-felf32
boot.o:
$(AS) $(FLAGS) boot.s -o boot.o