Skip to content

Commit f77196e

Browse files
committed
Merge branch 'dw/diff-highlight-makefile-fix' into maint
Build clean-up. * dw/diff-highlight-makefile-fix: diff-highlight: add clean target to Makefile
2 parents 7c9375d + 74f1bd9 commit f77196e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

contrib/diff-highlight/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ shebang.perl: FORCE
1717
test: all
1818
$(MAKE) -C t
1919

20+
clean:
21+
$(RM) diff-highlight
22+
2023
.PHONY: FORCE

0 commit comments

Comments
 (0)