home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff204.lzh / FileReq / makefile < prev    next >
Makefile  |  1989-04-30  |  94b  |  7 lines

  1. all : FileReq
  2.  
  3. FileReq : FileReq.c
  4.           cc +l -s FileReq
  5.           ln +Cd FileReq -lc32
  6.  
  7.