Joe Nosay <superbisquit at gmail.com> writes: > Is there a flag for verbose output? "-v" will cause make to be verbose. If what you actually want is to have the things make calls be verbose, then you need to configure make to tell those other programs in whatever way is appropriate. Adding "-Wall" to CFLAGS is a familiar example -- for gcc.