home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / plbin.zip / pl / library / Makefile < prev    next >
Makefile  |  1992-05-26  |  81b  |  8 lines

  1. # make the objects
  2.  
  3. CFLAGS = -I../src -I$(HOME)/include
  4.  
  5. OBJ=    dld.o
  6.  
  7. all:    $(OBJ)
  8.