Skip to content

Commit 74f1bd9

Browse files
OddBlokegitster
authored andcommitted
diff-highlight: add clean target to Makefile
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>
1 parent edc74bc commit 74f1bd9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)