1# The default target of this Makefile is... 2all:: 3 4test: 5 ./t-git-credential-netrc.sh 6 7testverbose: 8 ./t-git-credential-netrc.sh -d -v
# The default target of this Makefile is...
all::
test:
./t-git-credential-netrc.sh
testverbose:
./t-git-credential-netrc.sh -d -v