Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
diff-highlight: add clean target to Makefile
author
Daniel Watkins
<daniel@daniel-watkins.co.uk>
Tue, 29 Aug 2017 11:23:11 +0000
(12:23 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 6 Sep 2017 03:56:26 +0000
(12:56 +0900)
Now that `make` produces a file, we should have a clean target to remove
it.
Signed-off-by: Daniel Watkins <daniel@daniel-watkins.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/diff-highlight/Makefile
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
edc74bc
)
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