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

Reduce Makefile prints to clean build output #340

Merged
merged 1 commit into from
May 5, 2024

Commits on Dec 18, 2023

  1. Reduce Makefile prints to clean build output

    Makefile and CC prints can be useful, but most of the time they are
    overwhelming especially for non-C programmers. This simplifies
    the prints.
    
    To re-enable, set `V=1` like is common with many Makefile/C projects.
    For example `V=1 make`, `V=1 mix compile`, etc.
    jjcarstens committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    65c4ec5 View commit details
    Browse the repository at this point in the history