contrib / credential / wincred / Makefileon commit list-objects: mark more commits as edges in mark_edges_uninteresting (fbd4a70)
   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