pcjs/tests/pc/80386/makefile
2015-04-04 12:35:36 -07:00

4 lines
88 B
Makefile

all: tests.rom
tests.rom: tests.nasm
nasm -f bin tests.nasm -l tests.lst -o tests.rom