Exit full-screen if the window moves
[MacVim.git] / runtime / macros / maze / Makefile
blobc34e115d90f3b412b7431a34225e20c96c0d9043
1 # It's simple...
3 maze: mazeansi.c
4 cc -o maze mazeansi.c
6 mazeclean: mazeclean.c
7 cc -o mazeclean mazeclean.c