summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0c443a1d..6cb88e3b 100644
--- a/Makefile
+++ b/Makefile
@@ -468,3 +468,8 @@ conftest.clean:
$(V)rm -f conftest$(EXE) conftest.[co] \
conftest2$(EXE) conftest[12].[oc] \
conftest.err conftest.syms
+
+# rule for building the Cygwin /bin/sh -> cmd.exe wrapper
+
+sh.exe: cmdwrap.c
+ $(CC) -O -o $@ $^