9 lines
135 B
Makefile
9 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
|