summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2012-10-16 12:57:04 (GMT)
committerGerrit Code Review <gerrit@localhost.localdomain>2012-10-16 14:42:48 (GMT)
commitd66758487de9cec5a0d3ca6380da2c3e22ab9ee2 (patch)
tree515d3a1db3413bea3f9d531c7be5171ef085fd7a /Makefile
parent62344c6023bd07e7e96e30bbb9fca8ae8835f021 (diff)
downloadstroke-d66758487de9cec5a0d3ca6380da2c3e22ab9ee2.zip
stroke-d66758487de9cec5a0d3ca6380da2c3e22ab9ee2.tar.bz2
Update README with correct dependencies
Change-Id: Ic7f627d38318c352c7db057c2347d5e617f4078c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 30c97a4..57fc66b 100644
--- a/Makefile
+++ b/Makefile
@@ -41,3 +41,6 @@ third-party/icu4j.jar:
mkdir -p third-party
curl http://download.icu-project.org/files/icu4j/4.8.1/icu4j-4_8_1.jar -o third-party/icu4j.jar
+.git/hooks/commit-msg:
+ curl -k https://git.swift.im/review/tools/hooks/commit-msg -o .git/hooks/commit-msg
+ chmod u+x .git/hooks/commit-msg