7 lines
206 B
Makefile
7 lines
206 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 --overwrite
|