home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 049.lha / DEMOlition / demolition.Makefile < prev    next >
Makefile  |  1986-11-20  |  93b  |  6 lines

  1. OBJS = DEMOlition.o
  2. LIBS = -lc
  3.  
  4. DEMOlition: $(OBJS)
  5.         ln $(OBJS) -o DEMOlition $(LIBS)
  6.