Skip to content

Commit 0bdbc1e

Browse files
committed
Add aedifix-print-% for makefile variable debugging
1 parent 2dd6902 commit 0bdbc1e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/aedifix/templates/variables.mk.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,6 @@ aedifix-default-help:
116116
} \
117117
}' \
118118
$(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

Comments
 (0)