contrib / credential / wincred / Makefileon commit t/Makefile: fix result handling with TEST_OUTPUT_DIRECTORY (54bb901)
   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