home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / utils / source / examples / cc.mk < prev    next >
Encoding:
Text File  |  1995-05-19  |  113 b   |  5 lines

  1. SDK = //C/nt/public/sdk
  2.  
  3. test: test.c a.c b.c
  4.     cc -o test $(CFLAGS) -I $(SDK)/inc/crt -L $(SDK)/lib/i386 *.c
  5.