Skip to content

Commit 04542b6

Browse files
tmzullingergitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9347166 commit 04542b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contrib/credential/netrc/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# The default target of this Makefile is...
2+
all::
3+
14
test:
25
./t-git-credential-netrc.sh
36

0 commit comments

Comments
 (0)