Answers for "can makefile commands take parameters"

1

can makefile commands take parameters

make foo=bar target

#use $(foo) to obtain the value of the foo parameter (leave quotes out for string values)
#target is the command name
Posted by: Guest on February-07-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language