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 коммит произвёл Junio C Hamano
Родитель edc74bc7f0
Коммит 74f1bd912b
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

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