How can I get an input from terminal and set it to a variable in a makefile?
say I type this in the terminal: “make a_target”
my desired outcome is to have makefile with the following functionality:
say I type this in the terminal: “make a_target”
my desired outcome is to have makefile with the following functionality: