4 lines
85 B
Makefile
4 lines
85 B
Makefile
|
install-hooks:
|
||
|
@echo "Installing git hooks"
|
||
|
git config core.hooksPath .git-hooks
|