projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'jc/maint-fetch-tighten-refname-check'
[git]
/
contrib
/
credential
/
wincred
/
Makefile
1
all: git-credential-wincred.exe
2
3
CC = gcc
4
RM = rm -f
5
CFLAGS = -O2 -Wall
6
7
-include ../../../config.mak.autogen
8
-include ../../../config.mak
9
10
git-credential-wincred.exe : git-credential-wincred.c
11
$(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@
12
13
clean:
14
$(RM) git-credential-wincred.exe