From 75e6eb6265b670d6c66ce147349d7ef71d77b2ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Fri, 27 May 2022 16:13:26 +0000 Subject: [PATCH] Updating path of clickhouse in make cleanall --- deps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/Makefile b/deps/Makefile index cc5b3b185..5901362d8 100644 --- a/deps/Makefile +++ b/deps/Makefile @@ -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