aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-09-19 10:47:50 +0900
committerJunio C Hamano <gitster@pobox.com>2017-09-19 10:47:50 +0900
commit1f1ea329b929ef2b45b85a9a4b2efa3c299196e4 (patch)
tree41ea8892e79a4c29a64b6024ab008bcc3a46933b /contrib
parentcb6ec86d296cc8e2541770bf827b4abcfc310178 (diff)
parent74f1bd912be9a6c72a2fe23a3a336dec66f29d83 (diff)
downloadgit-1f1ea329b929ef2b45b85a9a4b2efa3c299196e4.tar.gz
git-1f1ea329b929ef2b45b85a9a4b2efa3c299196e4.tar.xz
Merge branch 'dw/diff-highlight-makefile-fix'
Build clean-up. * dw/diff-highlight-makefile-fix: diff-highlight: add clean target to Makefile
Diffstat (limited to 'contrib')
-rw-r--r--contrib/diff-highlight/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/diff-highlight/Makefile b/contrib/diff-highlight/Makefile
index fbf5c5824..f2be7cc92 100644
--- a/contrib/diff-highlight/Makefile
+++ b/contrib/diff-highlight/Makefile
@@ -17,4 +17,7 @@ shebang.perl: FORCE
test: all
$(MAKE) -C t
+clean:
+ $(RM) diff-highlight
+
.PHONY: FORCE