From fc98d8a402c31dda503702bd75cbbfcc3f4bb6df Mon Sep 17 00:00:00 2001 From: Torbjorn Tornkvist Date: Thu, 28 Sep 2017 13:23:00 +0200 Subject: [PATCH] Changing dependency repo to own fork --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3598be2..2dac622 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ deps: pp_record-dep: if [ ! -d deps/pp_record ]; then \ cd deps; \ - git clone https://github.com/bet365/pp_record.git; \ + git clone https://github.com/etnt/pp_record.git; \ make -C pp_record all; \ fi