home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff304.lzh / Multic / makefile < prev    next >
Makefile  |  1990-01-10  |  154b  |  11 lines

  1. #
  2. # Makefile for multic using Manx C
  3. #
  4.  
  5. multic:   multic.o
  6.             ln -o multic multic.o -lc
  7.  
  8. clean:
  9.             delete *.o
  10.             delete multic
  11.