From f1273270341e2a01c739e541aadcd4bbf151c8be Mon Sep 17 00:00:00 2001 From: Greg Hewett Date: Fri, 17 Nov 2023 13:23:58 -0600 Subject: [PATCH] adding devB --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fdeb0b75..66296ea8 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ A convenience Makefile is included to avoid the need to remember a bunch of CMak > make # Configures and builds the library > make dev # Configure a "developer" build with tests and checks using OpenSSL 1.1 > make dev3 # Configure a "developer" build with tests and checks using OpenSSL 3.0 +> make devB # Configure a "developer" build with tests and checks using OpenSSL 3.0 > make test # Builds and runs tests > make format # Runs clang-format over the source ```