home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 118.lha / Bell / makefile < prev    next >
Makefile  |  1986-11-20  |  51b  |  5 lines

  1. bell: bell.s
  2.     as bell.s
  3.     ln bell.o -lc32
  4.     @echo ok
  5.