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