rdos/Makefile

7 rader
70 B
Makefile

default: nbp.com
%.com: %.asm
nasm -s -o $@ $<
clean:
rm -f *.com