janw/podcast-archiver

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
.PHONY: git-hooks
git-hooks: .git/hooks/pre-commit .git/hooks/commit-msg

.git/hooks/%:
    @pre-commit install --hook-type $*