pcjs/tests/pc/80386/makefile
2015-05-04 19:26:06 -07:00

7 lines
206 B
Makefile

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