home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / cdb112.zip / TCTEST.MAK < prev    next >
Text File  |  1991-02-02  |  267b  |  12 lines

  1. LIB = \tc\lib
  2.  
  3. .c.obj: ; tcc -ml -G -I.;\tc\include -Z -c -w -v $<
  4.  
  5. test.exe:       test.dbd test.obj
  6.         tlink test $(LIB)\c0l,test,nul,tccdb $(LIB)\cl $(LIB)\mathl $(LIB)\emu /l /v
  7.  
  8. test.dbd:       test.ddl
  9.         ddlp test
  10.  
  11. test.obj:       test.c
  12.