home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / util / vim-2.0.lha / Vim-2.0 / macros / maze / makefile next >
Encoding:
Makefile  |  1993-10-13  |  104 b   |  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.