home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / thnker.zip / THNKTEST.MAK < prev    next >
Text File  |  1994-05-01  |  146b  |  7 lines

  1. thnktest.obj : thnktest.c
  2.     gcc -v -c thnktest.c
  3.  
  4. thnktest.exe : thnktest.obj thunker.lib thnktest.def
  5.     link386 thnktest,,,thunker,thnktest
  6.  
  7.