pcjs/tests/pc/trace/makefile
2015-04-03 08:38:23 -07:00

4 lines
88 B
Makefile

all: trace.com
trace.com: trace.nasm
nasm -f bin trace.nasm -l trace.lst -o trace.com