test/Makefile: add a rule to run omfdump on an .obj file
commit08e71e7dc47027d6e9ef4f85189e8421f632fb13
authorH. Peter Anvin <hpa@zytor.com>
Mon, 1 May 2017 22:09:44 +0000 (1 15:09 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 1 May 2017 22:09:44 +0000 (1 15:09 -0700)
tree6eb71b04ae0ee67d05d1255ea73034aa522d8771
parent91ac58dc65bfc91422cefb9edd77fa80365914cb
test/Makefile: add a rule to run omfdump on an .obj file

omfdump is really useful while debugging obj output, so add an
explicit rule to generate omfdump output.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
test/Makefile