2020-01-12 00:36:56 +01:00
|
|
|
# The default target of this Makefile is...
|
|
|
|
all::
|
|
|
|
|
2020-05-26 01:06:52 +02:00
|
|
|
test:
|
2020-01-12 00:36:56 +01:00
|
|
|
./t-git-credential-netrc.sh
|
|
|
|
|
2020-05-26 01:06:52 +02:00
|
|
|
testverbose:
|
2020-01-12 00:36:56 +01:00
|
|
|
./t-git-credential-netrc.sh -d -v
|