On Wed, 2023-06-21 at 12:51 -0400, Paul Smith wrote:
>   V ?= foo

Sorry of course this should be "V = foo" or "V := foo"; whatever
assignment operator you use here doesn't matter, you'll always see
"bar" if you run "make V=bar".

Reply via email to