home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d2xx / d204 / filereq.lha / FileReq / makefile < prev    next >
Encoding:
Makefile  |  1989-04-30  |  94 b   |  7 lines

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