1b593e1ea4
git-subtree-dir: third_party/git git-subtree-split: cb715685942260375e1eb8153b0768a376e4ece7
8 lines
135 B
Makefile
8 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
|