home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 100-199 / ff167.lzh / CloseMe / Makefile < prev    next >
Makefile  |  1988-11-22  |  110b  |  9 lines

  1. #
  2. # Makefile for Manx aztec C.
  3. #
  4. .c.o:
  5.     cc -o $*.o +L $*.c
  6.  
  7. CloseMe:    CloseMe.o
  8.     ln -o CloseMe CloseMe.o -lc32
  9.