usr
/
share
/
doc
/
git-1.8.3.1
/
contrib
/
credential
/
gnome-keyring
➕ New
📤 Upload
✎ Editing:
Makefile
← Back
MAIN:=git-credential-gnome-keyring all:: $(MAIN) CC = gcc RM = rm -f CFLAGS = -g -O2 -Wall -include ../../../config.mak.autogen -include ../../../config.mak INCS:=$(shell pkg-config --cflags gnome-keyring-1) LIBS:=$(shell pkg-config --libs gnome-keyring-1) SRCS:=$(MAIN).c OBJS:=$(SRCS:.c=.o) %.o: %.c $(CC) $(CFLAGS) $(CPPFLAGS) $(INCS) -o $@ -c $< $(MAIN): $(OBJS) $(CC) -o $@ $(LDFLAGS) $^ $(LIBS) clean: @$(RM) $(MAIN) $(OBJS)
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel