home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 324.lha / Sweep / src / Makefile < prev    next >
Makefile  |  1989-11-30  |  68b  |  7 lines

  1. sweep: sweep.o
  2.     ln sweep.o -lc
  3.  
  4. sweep.o: sweep.c
  5.     cc sweep.c
  6.  
  7.