home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 1 / GoldFishApril1994_CD1.img / d2xx / d204 / 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.