diff options
author | Kevin Smith <git@kismith.co.uk> | 2012-10-16 12:57:04 (GMT) |
---|---|---|
committer | Gerrit Code Review <gerrit@localhost.localdomain> | 2012-10-16 14:42:48 (GMT) |
commit | d66758487de9cec5a0d3ca6380da2c3e22ab9ee2 (patch) | |
tree | 515d3a1db3413bea3f9d531c7be5171ef085fd7a /Makefile | |
parent | 62344c6023bd07e7e96e30bbb9fca8ae8835f021 (diff) | |
download | stroke-d66758487de9cec5a0d3ca6380da2c3e22ab9ee2.zip stroke-d66758487de9cec5a0d3ca6380da2c3e22ab9ee2.tar.bz2 |
Update README with correct dependencies
Change-Id: Ic7f627d38318c352c7db057c2347d5e617f4078c
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |