7 lines
283 B
Makefile
7 lines
283 B
Makefile
# See:
|
|
# https://www.viget.com/articles/two-ways-to-share-git-hooks-with-your-team/
|
|
# https://emacs.stackexchange.com/questions/27126/is-it-possible-to-org-bable-tangle-an-org-file-from-the-command-line
|
|
init:
|
|
git config core.hooksPath .githooks
|
|
sh org-babel-tangle-file README.org
|