can makefile commands take parameters

C++
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
Source

Also in C++: