home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / utils / source / examples / makefile < prev    next >
Encoding:
Makefile  |  1995-05-19  |  69 b   |  3 lines

  1. test: test.o a.o b.o
  2.     cc -o test -L //C/nt/public/sdk/lib/i386 *.o
  3.