commit | b35ed4565ace7b92fbf10c9968326c75a8c2224c | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Sat Sep 14 13:05:51 2024 +0200 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Thu Sep 19 18:47:04 2024 +0200 |
tree | 74427b0c2d9605038ecaf68064cc02e7dcf0f4c0 | |
parent | 7215b1e9c9752a69c8268841ccdb221b22f1560a [diff] [blame] |
make: support "make ssl-opt" to just build what ssl-opt.sh needs This also suffices for compat.sh. Include the sample programs in this build. They aren't tested by ssl-opt.sh yet, but they soon will be. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
diff --git a/Makefile b/Makefile index fb80529..00de608 100644 --- a/Makefile +++ b/Makefile
@@ -28,6 +28,9 @@ programs: lib mbedtls_test $(MAKE) -C programs +ssl-opt: lib mbedtls_test + $(MAKE) -C programs ssl-opt + lib: $(MAKE) -C library