Created
April 10, 2015 15:52
-
-
Save jimmysawczuk/d0903262967b4e118581 to your computer and use it in GitHub Desktop.
Makefile variable debug snippet
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
print-%: ; @echo $*=$($*) | |
# from http://blog.jgc.org/2015/04/the-one-line-you-should-add-to-every.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment