Make make
show which commands it's executing
Alec Jacobson
March 04, 2010
I've started using cmake which generates a whole bunch of make files automatically. Then I call make. But since the makefiles are generated automatically I have no idea what it's actually executing. To show those compilation commands just use:
make VERBOSE=1