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>
Todd Zullinger committed
Jun 12, 2018 at 23:10 UTC
04542b6012a48ddbc45f1dc13fb189ae3946a130
1 file changed
+3
contrib/credential/netrc/Makefile
+3
@@ -1,3 +1,6 @@
1
+# The default target of this Makefile is...
2
+all::
3
+
4
test:
5
./t-git-credential-netrc.sh
6