Cotix / cReddit

CLI Reddit client written in C. Oh, crossplatform too!
Other
96 stars 14 forks source link

Allow tweaking output verbosity #33

Closed omajid closed 11 years ago

omajid commented 11 years ago

It's nice to have one single way to control output verbosity instead of having to override every single command to get details about the build.

make all will continue to produce clean/small output make QUIETLY="" all will show all the commands being run

I needed this in order to debug a build failure on my platform; there was no other simple way of showing all the commands.