Cleanup of libssl and libev with make cleanall

pull/1537/head
René Cannaò 8 years ago
parent 38649ae158
commit 86e0ee8f26

2
deps/Makefile vendored

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

Loading…
Cancel
Save