home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 160.lha / Fragit / makefile < prev    next >
Makefile  |  1988-04-27  |  81b  |  6 lines

  1. CFLAGS     =
  2. OBJECTS = fragit.o
  3.  
  4. Fragit: $(OBJECTS)
  5.     ln -o Fragit $(OBJECTS) -lc
  6.