From 3ac47a93339f5f13a419774bc4b4b470a9984be8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Wed, 26 Feb 2020 11:00:57 +1100 Subject: [PATCH] Updating make cleanall , and gitignore --- .gitignore | 2 ++ deps/Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index d2e676e14c..1418459793 100644 --- a/.gitignore +++ b/.gitignore @@ -67,6 +67,8 @@ notes.txt architecture.txt +#builddir +proxysql-2.* ### DEPS diff --git a/deps/Makefile b/deps/Makefile index 19415b9c7b..3b51d58b5c 100644 --- a/deps/Makefile +++ b/deps/Makefile @@ -200,6 +200,8 @@ cleanall: cd sqlite3/sqlite3 && rm -rf * || true cd clickhouse-cpp/clickhouse-cpp && rm -rf * || true cd lz4 && rm -rf lz4-1.7.5 || true + cd libmicrohttpd && rm -f libmicrohttpd || true + cd libmicrohttpd && rm -rf libmicrohttpd-0.9.55 || true cd libmicrohttpd && rm -rf libmicrohttpd-0.9.68 || true cd curl && rm -rf curl-7.57.0 || true cd libev && rm -rf libev-4.24 || true