0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04:00
vim/runtime/macros/maze/Makefile

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