summaryrefslogtreecommitdiff
path: root/src/tee
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-10-17 22:45:54 +0200
committerBram Moolenaar <Bram@vim.org>2018-10-17 22:45:54 +0200
commit04c86d27fed5757ae40246d7bb3fdcd0c1959468 (patch)
tree33cc5bdff2af7d78c270321c43b7b16a708f8a2c /src/tee
parent115510f0bd75d9c8641ce46f4435d7efd28ddc57 (diff)
downloadvim-git-04c86d27fed5757ae40246d7bb3fdcd0c1959468.tar.gz
patch 8.1.0483: MinGW does not build tee.exev8.1.0483
Problem: MinGW does not build tee.exe. Solution: Add build instructions. (Yasuhiro Matsumoto, closes #3548)
Diffstat (limited to 'src/tee')
-rw-r--r--src/tee/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tee/Makefile b/src/tee/Makefile
index 951a1cc36..12c43d510 100644
--- a/src/tee/Makefile
+++ b/src/tee/Makefile
@@ -1,4 +1,4 @@
-# A very (if not the most) simplistic Makefile for OS/2
+# A very (if not the most) simplistic Makefile for MS-Windows and OS/2
CC=gcc
CFLAGS=-O2 -fno-strength-reduce