home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / ctask.zip / TESTTC.MAK < prev    next >
Text File  |  1988-02-29  |  175b  |  9 lines

  1.  
  2. test.obj:     test.c tsk.h
  3.    tcc -c -d -G -O -ml -Z $*.c
  4.  
  5. test.exe:     test.obj ctasktc.lib
  6.    tlink /m c:\turboc\lib\c0l test,test,test,ctasktc c:\turboc\lib\cl
  7.  
  8.  
  9.