1all: git-credential-wincred.exe
23
CC = gcc
4RM = rm -f
5CFLAGS = -O2 -Wall
67
-include ../../../config.mak.autogen
8-include ../../../config.mak
910
git-credential-wincred.exe : git-credential-wincred.c
11$(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@
1213
clean:
14$(RM) git-credential-wincred.exe