rdos/kernel/Makefile

8 lines
92 B
Makefile

default: kernel.com
kernel.com: *.asm
nasm -s -o kernel.com main.asm
clean:
rm -f *.com