home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / vim45os2.zip / vim-4.5 / macros / maze / makefile next >
Makefile  |  1996-10-15  |  105b  |  5 lines

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