1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

With make, build query_config.c only once

Build query_config.o then link it, instead of building query_config.c
in each of the four programs that use it.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine
2021-01-05 20:59:50 +01:00
parent e9e0388934
commit f06a54cb18
3 changed files with 17 additions and 9 deletions

View File

@ -1,4 +1,3 @@
*.o
fuzz_client
fuzz_dtlsclient
fuzz_dtlsserver