contrib / credential / wincred / Makefileon commit Merge branch 'rs/zip-with-uncompressed-size-in-the-header' into maint (ca7ccd5)
   1all: git-credential-wincred.exe
   2
   3CC = gcc
   4RM = rm -f
   5CFLAGS = -O2 -Wall
   6
   7-include ../../../config.mak.autogen
   8-include ../../../config.mak
   9
  10git-credential-wincred.exe : git-credential-wincred.c
  11        $(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@
  12
  13clean:
  14        $(RM) git-credential-wincred.exe