My first day with makefile and gulp and here i need to pass couple of parameters in my make command from the terminal and use those params later on elsewhere.
Presently my make command would be "make xyz". Need it to be something like "make xyz --paramOne=abc" and use this "abc" elsewhere in the framework.
Completely at loss here! I have been using grunt and aware of how grunt works. Any help or leads would be of immense help.
Thanks!