add make hook target

This commit is contained in:
Christopher Denter 2011-01-13 15:25:07 +01:00
parent e252b68397
commit 4289a1f28c
1 changed files with 4 additions and 0 deletions

View File

@ -7,3 +7,7 @@ style:
stylereport:
$(PYTHON) $(CHECKSCRIPT) -html $(KIVY_DIR)
hook:
cp kivy/tools/pep8checker/pre-commit.githook .git/hooks/pre-commit
chmod +x .git/hooks/pre-commit