Closed reedy closed 4 years ago
Fixes https://github.com/Map-A-Droid/MAD-docs/issues/53
As per https://www.gnu.org/software/make/manual/make.html#Flavors
There is another assignment operator for variables, ‘?=’. This is called a conditional variable assignment operator, because it only has an effect if the variable is not yet defined.
In favour of https://github.com/Map-A-Droid/MAD-docs/pull/58
Fixes https://github.com/Map-A-Droid/MAD-docs/issues/53
As per https://www.gnu.org/software/make/manual/make.html#Flavors