Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile: adjust default target, broaden all target #473

Merged
merged 1 commit into from
Oct 4, 2024

Commits on Oct 4, 2024

  1. 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.
    cpu committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    fc75262 View commit details
    Browse the repository at this point in the history