From 86e0ee8f26c7681d973746b14363398a4774e68c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Tue, 5 Jun 2018 12:25:51 +0200 Subject: [PATCH] Cleanup of libssl and libev with make cleanall --- deps/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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