1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-30 02:06:12 +02:00

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

Build clean-up.

* dw/diff-highlight-makefile-fix:
  diff-highlight: add clean target to Makefile
This commit is contained in:
Junio C Hamano 2017-09-19 10:47:50 +09:00
commit 1f1ea329b9

View File

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