home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / amiga / vim46bin.lha / vim-4.6 / macros / maze / makefile next >
Encoding:
Makefile  |  1996-10-13  |  101 b   |  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.