Merge branch 'dw/diff-highlight-makefile-fix' into maint

Build clean-up.

* dw/diff-highlight-makefile-fix:
  diff-highlight: add clean target to Makefile
maint
Junio C Hamano 2017-10-18 14:19:07 +09:00
commit f77196e365
1 changed files with 3 additions and 0 deletions

View File

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

clean:
$(RM) diff-highlight

.PHONY: FORCE