git-credential-netrc: make "all" default target of Makefile
commit04542b6012a48ddbc45f1dc13fb189ae3946a130
authorTodd Zullinger <tmz@pobox.com>
Wed, 13 Jun 2018 03:10:36 +0000 (12 23:10 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Jun 2018 21:58:59 +0000 (18 14:58 -0700)
treec8415a2c2e926d3b7c8873de50a974115aa47115
parent9347166d5d4a07d20e32f45b92435bb788425f1e
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>
contrib/credential/netrc/Makefile