1
0
mirror of https://github.com/git/git.git synced 2024-09-22 03:12:08 +02:00
git/contrib/credential/netrc/Makefile
Todd Zullinger 04542b6012 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>
2018-06-18 14:58:59 -07:00

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