OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
doc
/
git
/
contrib
/
credential
/
wincred
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/21/2019 03:49:22 PM
rwxr-xr-x
📄
Makefile
438 bytes
05/29/2018 08:14:06 AM
rw-r--r--
📄
git-credential-wincred.c
7.77 KB
05/29/2018 08:14:06 AM
rw-r--r--
Editing: Makefile
Close
all: git-credential-wincred.exe -include ../../../config.mak.autogen -include ../../../config.mak CC ?= gcc RM ?= rm -f CFLAGS ?= -O2 -Wall prefix ?= /usr/local libexecdir ?= $(prefix)/libexec/git-core INSTALL ?= install git-credential-wincred.exe : git-credential-wincred.c $(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@ install: git-credential-wincred.exe $(INSTALL) -m 755 $^ $(libexecdir) clean: $(RM) git-credential-wincred.exe