1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-02 17:36:09 +02:00

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:
Todd Zullinger 2018-06-12 23:10:36 -04:00 committed by Junio C Hamano
parent 9347166d5d
commit 04542b6012

View File

@ -1,3 +1,6 @@
# The default target of this Makefile is...
all::
test:
./t-git-credential-netrc.sh