all : calldemo.exe

.asm.obj:
  masm2obj $*

.c.obj:
  wc2obj $*

calldemo.exe : calldemo.obj call.obj
  qlink calldemo calldemo.obj call.obj


