home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 216.lha / Iconify / makefile < prev    next >
Makefile  |  1996-02-15  |  122b  |  8 lines

  1. # :ts=8 bk=0
  2. #
  3. # Makefile for iconify tester program.
  4. OBJECTS = demo.o iconify.o
  5.  
  6. demo: $(OBJECTS)
  7.     ln $(OBJECTS) +cd -lc
  8.