home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / program / gnu / readline / examples / Makefile next >
Encoding:
Makefile  |  1994-03-22  |  200 b   |  11 lines

  1. # This is the Makefile for the examples subdirectory of readline. -*- text -*-
  2. #
  3.  
  4. CFLAGS=    -I^
  5.  
  6. fileman: o.fileman
  7.     $(CC) -o fileman o.fileman -l^.libreadline -lunix:o.unixlib
  8.  
  9. o.fileman: c.fileman
  10.   
  11.