We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f66d59 + d86c4ae commit e7b035eCopy full SHA for e7b035e
programs/Makefile
@@ -101,7 +101,7 @@ SSL_OPT_APPS += test/query_compile_time_config test/udp_proxy
101
ssl-opt: $(patsubst %,%$(EXEXT),$(SSL_OPT_APPS))
102
.PHONY: ssl-opt
103
104
-fuzz: ${MBEDTLS_TEST_OBJS}
+fuzz: ${MBEDLIBS} ${MBEDTLS_TEST_OBJS}
105
$(MAKE) -C fuzz
106
107
${MBEDTLS_TEST_OBJS}:
scripts/common.make
@@ -140,7 +140,7 @@ endif
140
default: all
141
142
$(MBEDLIBS):
143
- $(MAKE) -C $(MBEDTLS_PATH)/library
+ $(MAKE) -C $(MBEDTLS_PATH)/library $(@F)
144
145
neat: clean
146
ifndef WINDOWS
0 commit comments