mirror of
https://github.com/git/git.git
synced 2024-11-19 04:53:55 +01:00
Merge branch 'dw/diff-highlight-makefile-fix' into maint
Build clean-up. * dw/diff-highlight-makefile-fix: diff-highlight: add clean target to Makefile
This commit is contained in:
commit
f77196e365
@ -17,4 +17,7 @@ shebang.perl: FORCE
|
||||
test: all
|
||||
$(MAKE) -C t
|
||||
|
||||
clean:
|
||||
$(RM) diff-highlight
|
||||
|
||||
.PHONY: FORCE
|
||||
|
Loading…
Reference in New Issue
Block a user