home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 257.lha / MouseBounce / makefile < prev    next >
Encoding:
Makefile  |  1989-06-14  |  117 b   |  6 lines

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