Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information