doc: include make clean to openssl arch

PR-URL: https://github.com/nodejs/node/pull/43735
Fixes: https://github.com/nodejs/node/issues/43667
Reviewed-By: Richard Lau <rlau@redhat.com>
pull/43855/head
RafaelGSS 2022-07-08 13:37:13 -03:00
parent 3f0db60258
commit 6d7087e40d
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ Use `make` to regenerate all platform dependent files in
% make gen-openssl
# On Linux machines
% make -C deps/openssl/config clean
% make -C deps/openssl/config
```