home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 056.lha / ScreenShift / Makefile < prev    next >
Makefile  |  1986-11-20  |  97b  |  8 lines

  1. ss:    math.o ss.o
  2.     blink with ss.lnk
  3.  
  4. ss.o:    ss.c
  5.     x: cm: ss
  6. math.o:    math.s
  7.     assem math.s -o math.o
  8.