diff options
author | K.Takata <kentkt@csc.jp> | 2021-05-26 21:49:18 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-05-26 21:49:18 +0200 |
commit | c512599b22aac7305b171566c2f595e0ae85b885 (patch) | |
tree | 052b8b4cf8067b7fce8d50d10b01a2256ec4dcd1 /Makefile | |
parent | 7d840e9ac7529ec144e103d2a13abce8aa8c1ff1 (diff) | |
download | vim-git-c512599b22aac7305b171566c2f595e0ae85b885.tar.gz |
patch 8.2.2889: typo and verbose comment in Makefilesv8.2.2889
Problem: Typo and verbose comment in Makefiles.
Solution: Fix typo. Use @#. (Ken Takata, closes #8252)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -152,7 +152,7 @@ MINOR = 2 # > cd src # > msvc2015.bat # - Build the console binary: -# > nmake -f Mae_mvc.mak +# > nmake -f Make_mvc.mak # - Run the tests and check the output: # > nmake -f Make_mvc.mak testclean # > nmake -f Make_mvc.mak test |