From 07c7f8ee689f696204e10d3dae0d36f794923271 Mon Sep 17 00:00:00 2001 From: weiyu Date: Thu, 10 Dec 2020 18:46:29 -0800 Subject: [PATCH] do not run gdax automatically after compiling --- gdax-orderbook-hpp/demo/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gdax-orderbook-hpp/demo/Makefile b/gdax-orderbook-hpp/demo/Makefile index 50b03b7..39d9da3 100644 --- a/gdax-orderbook-hpp/demo/Makefile +++ b/gdax-orderbook-hpp/demo/Makefile @@ -13,11 +13,11 @@ LIBS += -lssl # needed for websocketpp's TLS support (req'd by GDAX) LIBS += -lcrypto # needed for websocketpp's TLS support (req'd by GDAX) LIBS += -lcds -test: demo - LD_LIBRARY_PATH=$(CDSLIBDIR) ./demo +#test: demo +# LD_LIBRARY_PATH=$(CDSLIBDIR) ./demo -debug: demo - LD_LIBRARY_PATH=$(CDSLIBDIR) gdb ./demo +#debug: demo +# LD_LIBRARY_PATH=$(CDSLIBDIR) gdb ./demo demo: demo.cpp ../gdax-orderbook.hpp \ | dependencies/libcds-2.3.2/build-release/bin/libcds.so \ -- 2.34.1