home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 455.lha / RemapIcon / MakeFile < prev    next >
Makefile  |  1990-12-10  |  121b  |  6 lines

  1. CFLAGS        = -so -wu -m0b
  2. OBJS        = RemapIcon.o
  3.  
  4. RemapIcon:    $(OBJS)
  5.         LN -m +q -o RemapIcon rstart.o gads.o $(OBJS) -Larp -Lc
  6.