comparison src/tee/Makefile @ 14943:d95d6580d84b v8.1.0483

patch 8.1.0483: MinGW does not build tee.exe commit https://github.com/vim/vim/commit/04c86d27fed5757ae40246d7bb3fdcd0c1959468 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 17 22:45:54 2018 +0200 patch 8.1.0483: MinGW does not build tee.exe Problem: MinGW does not build tee.exe. Solution: Add build instructions. (Yasuhiro Matsumoto, closes https://github.com/vim/vim/issues/3548)
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Oct 2018 23:00:07 +0200
parents 3fc0f57ecb91
children d148cd1163a5
comparison
equal deleted inserted replaced
14942:d1cafc15fe97 14943:d95d6580d84b
1 # A very (if not the most) simplistic Makefile for OS/2 1 # A very (if not the most) simplistic Makefile for MS-Windows and OS/2
2 2
3 CC=gcc 3 CC=gcc
4 CFLAGS=-O2 -fno-strength-reduce 4 CFLAGS=-O2 -fno-strength-reduce
5 5
6 tee.exe: tee.o 6 tee.exe: tee.o