0
0
mirror of https://github.com/vim/vim.git synced 2025-07-25 10:54:51 -04:00
vim/runtime/macros/maze/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
111 B
Makefile
Raw Normal View History

2004-06-13 20:20:40 +00:00
# It's simple...
maze: mazeansi.c
cc -o maze mazeansi.c
mazeclean: mazeclean.c
cc -o mazeclean mazeclean.c