Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > d28404d4d14ca660a93fab4499df6665 > files > 233

git-core-1.8.4.5-1.mga4.x86_64.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