gvim-wrapper/Makefile

7 lines
96 B
Makefile

TARGET := gvim-wrapper
CFLAGS := -mno-cygwin -std=gnu99
LDFLAGS := -mno-cygwin
all: $(TARGET)