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