diff Makefile @ 24701:4f4960861583 v8.2.2889

patch 8.2.2889: typo and verbose comment in Makefiles Commit: https://github.com/vim/vim/commit/c512599b22aac7305b171566c2f595e0ae85b885 Author: K.Takata <kentkt@csc.jp> Date: Wed May 26 21:49:18 2021 +0200 patch 8.2.2889: typo and verbose comment in Makefiles Problem: Typo and verbose comment in Makefiles. Solution: Fix typo. Use @#. (Ken Takata, closes https://github.com/vim/vim/issues/8252)
author Bram Moolenaar <Bram@vim.org>
date Wed, 26 May 2021 22:00:07 +0200
parents 2e6cc2bf37d8
children c6c93dd88e98
line wrap: on
line diff
--- a/Makefile
+++ b/Makefile
@@ -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