зеркало из https://github.com/microsoft/git.git
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:
Родитель
9347166d5d
Коммит
04542b6012
|
@ -1,3 +1,6 @@
|
|||
# The default target of this Makefile is...
|
||||
all::
|
||||
|
||||
test:
|
||||
./t-git-credential-netrc.sh
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче