Merge branch 'dw/diff-highlight-makefile-fix' into next
authorJunio C Hamano <gitster@pobox.com>
Sun, 10 Sep 2017 08:28:04 +0000 (17:28 +0900)
committerJunio 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
index fbf5c582496eece56b29a91a2f3085716f4b0e9f..f2be7cc92437191219d16ddf1536883da23541c0 100644 (file)
@@ -17,4 +17,7 @@ shebang.perl: FORCE
 test: all
        $(MAKE) -C t
 
+clean:
+       $(RM) diff-highlight
+
 .PHONY: FORCE