diff --git a/deps/Makefile b/deps/Makefile index 853811f01..280d7b764 100644 --- a/deps/Makefile +++ b/deps/Makefile @@ -168,5 +168,7 @@ cleanall: cd libmicrohttpd && rm -rf libmicrohttpd-0.9.55 || true cd curl && rm -rf curl-7.57.0 || true cd google-coredumper && rm -rf google-coredumper || true + cd libev && rm -rf libev-4.24 || true + cd libssl && rm -rf openssl-1.1.0h || true .PHONY: cleanall