home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / REGEXP.ZIP / MAKEFILE next >
Text File  |  1986-04-26  |  175b  |  5 lines

  1. CFLAGS=$CFLAGS -dvoid=int -dCHARBITS=0377 -dSTATIC=extern -dDEBUG -dBUFSIZ=512
  2.  
  3. try.exe : try.obj regexp.obj regsub.obj
  4.     link try regexp regsub,try,nul,c:\ci\lib\c86s2s;
  5.