home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / pcmag / vol10n21.zip / IACA.ZIP / IACA.MAK < prev    next >
Text File  |  1991-10-31  |  250b  |  19 lines

  1. IACA.MAK  
  2.  
  3.  
  4.  
  5. # Make file for IACAMAIN and IACACHLD
  6.  
  7. all: iacamain.exe iacachld.exe
  8.  
  9. iacamain.exe : iacamain.c
  10. #       cl /W3 iacamain.c
  11.     bcc iacamain.c
  12.  
  13. iacachld.exe : iacachld.c
  14. #       cl /W3 iacachld.c
  15.     bcc iacachld.c
  16.  
  17.  
  18.  
  19.