Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 58abdd6cd89d53a2abdedf2832447349 > files > 424

git-1.8.1.4-2.fc18.i686.rpm

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