diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/subtree/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/subtree/Makefile b/contrib/subtree/Makefile index c80260e4d1..05cdd5c9b2 100644 --- a/contrib/subtree/Makefile +++ b/contrib/subtree/Makefile @@ -45,7 +45,7 @@ $(GIT_SUBTREE_XML): $(GIT_SUBTREE_TXT) -agit_version=$(gitver) $^ test: - ./test.sh + $(MAKE) -C t/ test clean: rm -f *~ *.xml *.html *.1 |