home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 1 / GoldFishApril1994_CD1.img / d1xx / d167 / 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.