Updating path of clickhouse in make cleanall

PRS_3888_3903
René Cannaò 4 years ago committed by Miro Stauder
parent 9f1743a2df
commit 75e6eb6265

2
deps/Makefile vendored

@ -281,7 +281,7 @@ cleanall:
cd re2 && rm -rf re2-*/ || true
cd pcre && rm -rf pcre-*/ || true
cd sqlite3 && rm -rf sqlite-amalgamation-*/ || true
cd clickhouse-cpp/ && rm -rf clickhouse-cpp/ || true
cd clickhouse-cpp/ && rm -rf clickhouse-cpp-* || true
cd lz4 && rm -rf lz4-*/ || true
cd libmicrohttpd && rm -rf libmicrohttpd-*/ || true
cd libmicrohttpd && rm -f libmicrohttpd || true

Loading…
Cancel
Save