summaryrefslogtreecommitdiff
path: root/contrib/credential/osxkeychain/Makefile
blob: d9fba07e8dc115d1d6c0507ab19d867b84c49208 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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

test: git-credential-osxkeychain

.PHONY: all git-credential-osxkeychain install clean test