Add git hooks to a repository (so it can be shared)
init: git config core.hooksPath .githooks;
This only works with Git version 2.9.0 or above.
mkdir .githooks
Makefile
make