contrib / credential / wincred / Makefileon commit Merge tag 'gitgui-0.17.0' of git://repo.or.cz/git-gui (8ead1bf)
   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