Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'dw/diff-highlight-makefile-fix' into next
author
Junio C Hamano
<gitster@pobox.com>
Sun, 10 Sep 2017 08:28:04 +0000
(17:28 +0900)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 10 Sep 2017 08:28:04 +0000
(17:28 +0900)
Build clean-up.
* dw/diff-highlight-makefile-fix:
diff-highlight: add clean target to Makefile
contrib/diff-highlight/Makefile
patch
|
blob
|
history
raw
(from parent 1:
cb1d725
)
diff --git
a/contrib/diff-highlight/Makefile
b/contrib/diff-highlight/Makefile
index fbf5c582496eece56b29a91a2f3085716f4b0e9f..f2be7cc92437191219d16ddf1536883da23541c0 100644
(file)
--- 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