1all: git-credential-wincred.exe23CC = gcc4RM = rm -f5CFLAGS = -O2 -Wall67-include ../../../config.mak.autogen8-include ../../../config.mak910git-credential-wincred.exe : git-credential-wincred.c11$(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@1213clean:14$(RM) git-credential-wincred.exe