Merge branch 'dw/diff-highlight-makefile-fix'
Build clean-up. * dw/diff-highlight-makefile-fix: diff-highlight: add clean target to Makefilemaint
commit
1f1ea329b9
|
@ -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