pcjs/tests/pc/80386/makefile
2015-05-07 16:00:38 -07:00

7 lines
262 B
Makefile

all: tests.json
tests.com: tests.nasm ../inc/dos.inc ../inc/misc.inc ../inc/x86.inc
nasm -i../inc/ -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