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>
This commit is contained in:
parent
9347166d5d
commit
04542b6012
@ -1,3 +1,6 @@
|
|||||||
|
# The default target of this Makefile is...
|
||||||
|
all::
|
||||||
|
|
||||||
test:
|
test:
|
||||||
./t-git-credential-netrc.sh
|
./t-git-credential-netrc.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user