Current Directory:
/usr/share/doc/git-1.8.3.1/contrib/credential/wincred
Upload
Create File
File Name
Size
Actions
Makefile
279 bytes
Edit
|
Delete
|
Rename
|
Download
git-credential-wincred.c
7347 bytes
Edit
|
Delete
|
Rename
|
Download
all: git-credential-wincred.exe CC = gcc RM = rm -f CFLAGS = -O2 -Wall -include ../../../config.mak.autogen -include ../../../config.mak git-credential-wincred.exe : git-credential-wincred.c $(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@ clean: $(RM) git-credential-wincred.exe
Save Changes