Created
July 27, 2014 17:09
-
-
Save jhrr/37e8db95cc849f35cfba to your computer and use it in GitHub Desktop.
log the commands run by a makefile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# captures a complete list of the commands run by a makefile | |
make clean && make -j1 > log.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment