elixir-circuits / circuits_uart

Discover and use UARTs and serial ports in Elixir
Apache License 2.0
188 stars 48 forks source link

Reduce Makefile/gcc prints to clean build output #105

Closed fhunleth closed 3 years ago

fhunleth commented 3 years ago

The gcc commandlines and other 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.