Changeset 782 for git/branches/dmik/contrib/credential/osxkeychain/Makefile
- Timestamp:
- Jun 23, 2014, 9:45:51 PM (11 years ago)
- Location:
- git/branches/dmik
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
git/branches/dmik ¶
- Property svn:mergeinfo changed
/git/vendor/2.0.0 (added) merged: 777 /git/vendor/current merged: 772,774,776
- Property svn:mergeinfo changed
-
TabularUnified git/branches/dmik/contrib/credential/osxkeychain/Makefile ¶
r626 r782 3 3 CC = gcc 4 4 RM = rm -f 5 CFLAGS = -g -Wall 5 CFLAGS = -g -O2 -Wall 6 7 -include ../../../config.mak.autogen 8 -include ../../../config.mak 6 9 7 10 git-credential-osxkeychain: git-credential-osxkeychain.o 8 $(CC) -o $@ $<-Wl,-framework -Wl,Security11 $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS) -Wl,-framework -Wl,Security 9 12 10 13 git-credential-osxkeychain.o: git-credential-osxkeychain.c
Note:
See TracChangeset
for help on using the changeset viewer.