04542b6012
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>
9 lines
135 B
Makefile
9 lines
135 B
Makefile
# The default target of this Makefile is...
|
|
all::
|
|
|
|
test:
|
|
./t-git-credential-netrc.sh
|
|
|
|
testverbose:
|
|
./t-git-credential-netrc.sh -d -v
|