summaryrefslogtreecommitdiff
path: root/contrib/credential/netrc/Makefile
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2018-06-13 03:10:36 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-06-18 21:58:59 (GMT)
commit04542b6012a48ddbc45f1dc13fb189ae3946a130 (patch)
treec8415a2c2e926d3b7c8873de50a974115aa47115 /contrib/credential/netrc/Makefile
parent9347166d5d4a07d20e32f45b92435bb788425f1e (diff)
downloadgit-04542b6012a48ddbc45f1dc13fb189ae3946a130.zip
git-04542b6012a48ddbc45f1dc13fb189ae3946a130.tar.gz
git-04542b6012a48ddbc45f1dc13fb189ae3946a130.tar.bz2
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 <tmz@pobox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/credential/netrc/Makefile')
-rw-r--r--contrib/credential/netrc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/credential/netrc/Makefile b/contrib/credential/netrc/Makefile
index 0ffa407..6174e3b 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