We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd6902 commit 0bdbc1eCopy full SHA for 0bdbc1e
src/aedifix/templates/variables.mk.in
@@ -116,3 +116,6 @@ aedifix-default-help:
116
} \
117
}' \
118
$(MAKEFILE_LIST)
119
+
120
+## run `make aedifix-print-VARNAME` to get info about the variable `VARNAME`
121
+aedifix-print-% : ; $(info $* is a $(flavor $*) variable from $(origin $*) set to [$(value $*)] ) @true
0 commit comments