diff options
author | Loïc Hoguin <[email protected]> | 2017-07-10 13:00:32 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-07-10 13:00:32 +0200 |
commit | 8210fd3c195cc04e51a50986fceff316be05d155 (patch) | |
tree | 3efab0084b2425ef3d0acd26f9998d963a55f971 /Makefile | |
parent | 2cf430f404771255feead27873e48542829ea185 (diff) | |
download | cowlib-8210fd3c195cc04e51a50986fceff316be05d155.tar.gz cowlib-8210fd3c195cc04e51a50986fceff316be05d155.tar.bz2 cowlib-8210fd3c195cc04e51a50986fceff316be05d155.zip |
Update horse repository
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ CI_ERLLVM ?= $(CI_HIPE) TEST_ERLC_OPTS += +'{parse_transform, eunit_autoexport}' +'{parse_transform, horse_autoexport}' TEST_DEPS = horse proper -dep_horse = git https://github.com/extend/horse master +dep_horse = git https://github.com/ninenines/horse.git master include erlang.mk |