2018-06-13 05:10:36 +02:00
|
|
|
# The default target of this Makefile is...
|
|
|
|
all::
|
|
|
|
|
2013-02-25 16:49:15 +01:00
|
|
|
test:
|
2018-05-12 11:17:27 +02:00
|
|
|
./t-git-credential-netrc.sh
|
2013-02-25 16:49:15 +01:00
|
|
|
|
|
|
|
testverbose:
|
2018-05-12 11:17:27 +02:00
|
|
|
./t-git-credential-netrc.sh -d -v
|