home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / connect / tcpip / crynwr / exp16116 / makefile < prev    next >
Makefile  |  1994-05-20  |  148b  |  11 lines

  1. .asm.obj:
  2.      tasm $*;
  3.  
  4. exp16.com: head.obj exp16.obj tail.obj
  5.     tlink /t/m head+exp16+tail,exp16;
  6.  
  7. zip:
  8.     del *.obj
  9.     del *.map
  10.     zip -m exp16
  11.