pcjs/tests/pc/80386/makefile
2015-10-15 12:56:07 -07:00

7 lines
282 B
Makefile

all: test386.json
test386.com: test386.nasm ../inc/dos.inc ../inc/misc.inc ../inc/x86.inc
nasm -i../inc/ -f bin test386.nasm -l test386.lst -o test386.com
test386.json: test386.com
node ../../../modules/filedump/bin/filedump --file=test386.com --output=test386.json --overwrite