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

Conversation

jjcarstens
Copy link
Contributor

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.

==> scenic
 CC line.o
 LD line.so
 CC matrix.o
 LD matrix.so
 CC bitmap.o
 LD bitmap.so
Compiling 84 files (.ex)
Generated scenic app

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.
@crertel crertel merged commit 4da2346 into ScenicFramework:main May 5, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants