home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / fish / code_examples / port2 / makefile < prev    next >
Makefile  |  1990-10-08  |  62b  |  5 lines

  1. CFLAGS        = -wnu -so
  2.  
  3. Port2:        Port2.o
  4.         LN -o Port2 Port2.o -Lc
  5.