mirror of
https://github.com/vim/vim
synced 2025-03-15 22:37:52 +01:00
Problem: Running parallel make after distclean fails. (Manuel Ortega) Solution: Instead of using targets "scratch config myself" use "reconfig".
5 lines
95 B
Text
5 lines
95 B
Text
the first target to make vim is: reconfig
|
|
srcdir = .
|
|
VIMNAME = vim
|
|
EXNAME = ex
|
|
VIEWNAME = view
|