7 lines
282 B
Makefile
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
|