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:
parent
edc74bc7f0
commit
74f1bd912b
@ -17,4 +17,7 @@ shebang.perl: FORCE
|
|||||||
test: all
|
test: all
|
||||||
$(MAKE) -C t
|
$(MAKE) -C t
|
||||||
|
|
||||||
|
clean:
|
||||||
|
$(RM) diff-highlight
|
||||||
|
|
||||||
.PHONY: FORCE
|
.PHONY: FORCE
|
||||||
|
Loading…
Reference in New Issue
Block a user