summaryrefslogtreecommitdiffstats
path: root/contrib/credential/osxkeychain/Makefile
blob: 219b0d7f49e01640dd2f08e4abca7990cf480e5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# The default target of this Makefile is...
all:: git-credential-osxkeychain

git-credential-osxkeychain:
	$(MAKE) -C ../../.. contrib/credential/osxkeychain/git-credential-osxkeychain

install:
	$(MAKE) -C ../../.. install-git-credential-osxkeychain

clean:
	$(MAKE) -C ../../.. clean-git-credential-osxkeychain

.PHONY: all git-credential-osxkeychain install clean