You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
279 B

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