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