From b62fc84127650ab95ed45c78b679af5cbd9b8ca4 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 21 Feb 2012 09:40:52 -0500 Subject: [PATCH] avoid flashing console, mark as Windows instead of console application --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1273d58..cf74fb1 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ TARGET := gvim-wrapper -CFLAGS := -mno-cygwin -std=gnu99 -LDFLAGS := -mno-cygwin +CFLAGS := -mno-cygwin -std=gnu99 -mwindows +LDFLAGS := -mno-cygwin -mwindows all: $(TARGET)