Print Make Variables

[Solved] Print Make Variables | Perl - Code Explorer | yomemimo.com
Question : print make variables

Answered by : nervous-nightingale-1eujpr429bc4

$(error VAR is $(VAR))
$(warning VAR is $(VAR))
$(info VAR is $(VAR))

Source : https://stackoverflow.com/questions/16467718/how-to-print-out-a-variable-in-makefile | Last Update : Wed, 22 Apr 20

Answers related to print make variables

Code Explorer Popular Question For Perl