6 lines
64 B
Makefile
6 lines
64 B
Makefile
AS=nasm
|
|
FLAGS=-felf32
|
|
|
|
boot.o:
|
|
$(AS) $(FLAGS) boot.s -o boot.o
|