Apr 23, 2015

[BASH] print out a variable in makefile through make argument

[SO] How to print out a variable in makefile


print-%  : ; @echo $* = $($*)
make print-VARIABLE

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.