Skip to content

Commit

Permalink
Updating make cleanall , and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
renecannao committed Feb 26, 2020
1 parent 5b31997 commit 3ac47a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ notes.txt
architecture.txt


#builddir
proxysql-2.*

### DEPS

Expand Down
2 changes: 2 additions & 0 deletions deps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ac47a9

Please sign in to comment.