You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Makefile: adjust default target, broaden all target
Previously the default target ('all') built the rustls-ffi static
library and the client/server example binaries.
This commit adds a new default target ('default') that only builds the
static lib. It also updates 'all' to include integration and
connect-tests to truly be all the things.
0 commit comments