4 lines
88 B
Makefile
4 lines
88 B
Makefile
all: tests.rom
|
|
|
|
tests.rom: tests.nasm
|
|
nasm -f bin tests.nasm -l tests.lst -o tests.rom
|