home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / text / vim / macros / maze / makefile next >
Makefile  |  1995-02-27  |  104b  |  5 lines

  1. #On the amiga with manx C 5.0 we have to use maze.ansi.c
  2.  
  3. maze: maze.ansi.o
  4.     ln maze.ansi.o -o maze -lc
  5.