Skip to content

Commit

Permalink
git-credential-netrc: make "all" default target of Makefile
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
tmzullinger authored and gitster committed Jun 18, 2018
1 parent 9347166 commit 04542b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/credential/netrc/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# The default target of this Makefile is...
all::

test:
./t-git-credential-netrc.sh

Expand Down

0 comments on commit 04542b6

Please sign in to comment.