Skip to content

Instantly share code, notes, and snippets.

@jhrr
Created July 27, 2014 17:09
Show Gist options
  • Save jhrr/37e8db95cc849f35cfba to your computer and use it in GitHub Desktop.
Save jhrr/37e8db95cc849f35cfba to your computer and use it in GitHub Desktop.
log the commands run by a makefile
# 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