all : dasm.obj

.asm.obj:
  @masm2obj $*

dasm.obj : dasm.asm _dasm.inc dasm.equ opcodes.inc nemonics.inc flags.inc

