Updating make cleanall , and gitignore

pull/2567/head 2.0.11
René Cannaò 6 years ago
parent 5b31997215
commit 3ac47a9333

2
.gitignore vendored

@ -67,6 +67,8 @@ notes.txt
architecture.txt
#builddir
proxysql-2.*
### DEPS

2
deps/Makefile vendored

@ -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

Loading…
Cancel
Save