Use make V=1
Other suggestions here:
make VERBOSE=1
- did not work at least from my trials.make -n
- displays only logical operation, not command line being executed. E.g. CC source.cpp
make --debug=j
- works as well, but might also enable multi threaded building, causing extra output.