pcjs/tests/pc/80386/makefile
2015-04-04 21:11:06 -07:00

7 lines
194 B
Makefile

all: tests.json
tests.rom: tests.nasm
nasm -f bin tests.nasm -l tests.lst -o tests.rom
tests.json: tests.rom
node ../../../modules/filedump/bin/filedump --file=tests.rom --output=tests.json