0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 7.4.1078

Problem:    MSVC: "make clean" doesn't cleanup in the tee directory.
Solution:   Add the commands to cleanup tee. (Erich Ritz)
This commit is contained in:
Bram Moolenaar
2016-01-10 15:20:29 +01:00
parent 30a89473ee
commit d08a8d4a31
2 changed files with 5 additions and 0 deletions

View File

@@ -1060,6 +1060,9 @@ clean:
cd xxd
$(MAKE) /NOLOGO -f Make_mvc.mak clean
cd ..
cd tee
$(MAKE) /NOLOGO -f Make_mvc.mak clean
cd ..
cd GvimExt
$(MAKE) /NOLOGO -f Makefile clean
cd ..