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>
This commit is contained in:
Daniel Watkins 2017-08-29 12:23:11 +01:00 committed by Junio C Hamano
parent edc74bc7f0
commit 74f1bd912b

View File

@ -17,4 +17,7 @@ shebang.perl: FORCE
test: all
$(MAKE) -C t
clean:
$(RM) diff-highlight
.PHONY: FORCE