From 2252854db09b39c42ae5386ee37daa1e4bc38be7 Mon Sep 17 00:00:00 2001 From: Zistack Date: Mon, 8 Jul 2019 13:49:17 -0700 Subject: [PATCH] Fixed compile script in gdax-orderbook-hpp so that it does not attempt to run the compiled program --- gdax-orderbook-hpp/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdax-orderbook-hpp/compile.sh b/gdax-orderbook-hpp/compile.sh index a4565b4..dd6eb59 100755 --- a/gdax-orderbook-hpp/compile.sh +++ b/gdax-orderbook-hpp/compile.sh @@ -1,3 +1,3 @@ #!/bin/bash cd demo/ -make +make demo -- 2.34.1