From 04542b6012a48ddbc45f1dc13fb189ae3946a130 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Tue, 12 Jun 2018 23:10:36 -0400 Subject: git-credential-netrc: make "all" default target of Makefile Running "make" in contrib/credential/netrc should run the "all" target rather than the "test" target. Add an empty "all::" target like most of our other Makefiles. Signed-off-by: Todd Zullinger Signed-off-by: Junio C Hamano --- contrib/credential/netrc/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'contrib') diff --git a/contrib/credential/netrc/Makefile b/contrib/credential/netrc/Makefile index 0ffa407191..6174e3bb83 100644 --- a/contrib/credential/netrc/Makefile +++ b/contrib/credential/netrc/Makefile @@ -1,3 +1,6 @@ +# The default target of this Makefile is... +all:: + test: ./t-git-credential-netrc.sh -- cgit v1.2.3